UNPKG

@commercelayer/react-components

Version:
7 lines (6 loc) 191 B
/** * Get the customer id from the token * @param accessToken The access token * @returns string */ export declare function getCustomerIdByToken(accessToken: string): string | undefined;