auth.d.ts 151 B

123
  1. export declare function getToken(): string | null;
  2. export declare function setToken(token: string): void;
  3. export declare function removeToken(): void;