UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

8 lines (7 loc) 227 B
/** * Create a short link for chat sharing. * Simplified version without Supabase dependency. * * @private utility of `<Chat/>` component */ export declare function createShortLinkForChat(utmUrl: string): Promise<string>;