UNPKG

saydata

Version:

Saydata seamlessly integrates AI-driven analytics for your customers into your app. Designed for beautiful visualization. Engineered for simplicity.

5 lines (4 loc) 512 B
export declare const useChatHistory: (apiKey: string) => import("react-query").UseQueryResult<any, unknown>; export declare const useChatDetails: (chatId: string, apiKey: string) => import("react-query").UseQueryResult<any, unknown>; export declare const useAddChat: (chatId: string, apiKey: string) => import("react-query").UseMutationResult<any, unknown, any, unknown>; export declare const usePatchChat: (chatId: string, apiKey: string) => import("react-query").UseMutationResult<any, unknown, any, unknown>;