openclaw/apps/macos/Sources/Clawdis/Resources/WebChat/utils/auth-token.d.ts

3 lines
166 B
TypeScript

export declare function getAuthToken(): Promise<string | undefined>;
export declare function clearAuthToken(): Promise<void>;
//# sourceMappingURL=auth-token.d.ts.map