Home > @vsf-enterprise/commercetools-types > ChannelQueryResult
# ChannelQueryResult type
Signature:
export declare type ChannelQueryResult = {
__typename?: 'ChannelQueryResult';
offset: Scalars['Int'];
count: Scalars['Int'];
total: Scalars['Long'];
exists: Scalars['Boolean'];
results: Array<Channel>;
};