UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 314 B
type BridgeAuth = { token?: string; password?: string; }; export declare function setBridgeAuthForPort(port: number, auth: BridgeAuth): void; export declare function getBridgeAuthForPort(port: number): BridgeAuth | undefined; export declare function deleteBridgeAuthForPort(port: number): void; export {};