UNPKG

@vtex/api

Version:
6 lines (5 loc) 212 B
export interface TenantHeader { locale: string; } export declare const formatTenantHeaderValue: (tenant: TenantHeader) => string; export declare const parseTenantHeaderValue: (value: string) => TenantHeader;