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