UNPKG

unleash-client

Version:
5 lines 165 B
export interface CustomHeaders { [key: string]: string; } export type CustomHeadersFunction = () => Promise<CustomHeaders>; //# sourceMappingURL=headers.d.ts.map