UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

10 lines (9 loc) 307 B
export type SenderLabelParams = { name?: string; username?: string; tag?: string; e164?: string; id?: string; }; export declare function resolveSenderLabel(params: SenderLabelParams): string | null; export declare function listSenderLabelCandidates(params: SenderLabelParams): string[];