Home > @vsf-enterprise/commercetools-types > MeFieldInterface
# MeFieldInterface type
The me field gives access to the data that is specific to the customer or anonymous session linked to the access token.
Signature:
export declare type MeFieldInterface = {
me: MeQueryInterface;
};
References: MeQueryInterface