Home > @vsf-enterprise/commercetools-types > Location_2
# Location_2 type
Signature:
export declare type Location = {
__typename?: 'Location';
country: Scalars['Country'];
state?: Maybe<Scalars['String']>;
};
Home > @vsf-enterprise/commercetools-types > Location_2
Signature:
export declare type Location = {
__typename?: 'Location';
country: Scalars['Country'];
state?: Maybe<Scalars['String']>;
};
On this page