UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

5 lines (4 loc) 251 B
export declare const createConversation: () => Promise<void>; export declare const listConversations: () => Promise<void>; export declare const getConversationDetails: () => Promise<void>; export declare const deleteConversation: () => Promise<void>;