Home > @vsf-enterprise/commercetools-api > GetMeResponse
# GetMeResponse type
Data returned from the getMe
API endpoint
Signature:
export declare type GetMeResponse = QueryResponse<'me', Me>;
References: QueryResponse, Me
Home > @vsf-enterprise/commercetools-api > GetMeResponse
Data returned from the getMe
API endpoint
Signature:
export declare type GetMeResponse = QueryResponse<'me', Me>;
References: QueryResponse, Me
On this page