@zcatalyst/utils
Version:
7 lines (6 loc) • 317 B
TypeScript
export declare function addDefaultAppHeaders(headers: Record<string, string>, values: Record<string, string>): Record<string, string>;
export declare function getToken(key?: string): string;
export declare function setToken(authObj: {
access_token?: string;
expires_in?: number;
}, key?: string): void;