Home > @vsf-enterprise/bigcommerce-api > GraphQL > LogoutResult
# GraphQL.LogoutResult type
Signature:
export declare type LogoutResult = {
__typename?: 'LogoutResult';
result: Scalars['String'];
};
Home > @vsf-enterprise/bigcommerce-api > GraphQL > LogoutResult
Signature:
export declare type LogoutResult = {
__typename?: 'LogoutResult';
result: Scalars['String'];
};
On this page