UNPKG

@commercelayer/react-components

Version:
28 lines (27 loc) 580 B
interface JWT { application: { id: string; kind: 'sales_channel' | 'integration'; public: boolean; }; exp: number; market: { id: string[]; price_list_id: string; stock_location_ids: string[]; geocoder_id: null | string; allows_external_prices: boolean; }; organization: { id: string; slug: string; }; owner: { id: string; type: 'Customer'; }; rand: number; test: boolean; } export declare function jwt(accessToken: string): JWT; export {};