Home > @vsf-enterprise/bigcommerce-api > GraphQL > SwatchOptionValueImageUrlArgs
# GraphQL.SwatchOptionValueImageUrlArgs type
Signature:
export declare type SwatchOptionValueImageUrlArgs = {
width: Scalars['Int'];
height?: InputMaybe<Scalars['Int']>;
};