Files
clawdbot/apps/macos/Sources/Clawdis/Resources/WebChat/utils/auth-token.d.ts
2025-12-06 05:01:28 +01:00

3 lines
166 B
TypeScript

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