UNPKG

saydata

Version:

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

7 lines (6 loc) 794 B
export declare const useDashboards: (apiKey: string) => import("react-query").UseQueryResult<any, unknown>; export declare const useDashboardDetails: (id: string, apiKey: string) => import("react-query").UseQueryResult<any, unknown>; export declare const useAddDashboard: (apiKey: string) => import("react-query").UseMutationResult<any, unknown, any, unknown>; export declare const usePatchDashboard: (dashboardId: string, apiKey: string) => import("react-query").UseMutationResult<string, unknown, any, unknown>; export declare const usePatchDashboardapiKey: (apiKey: string) => import("react-query").UseMutationResult<any, unknown, any, unknown>; export declare const usePatchItem: (dashboardId: string, apiKey: string) => import("react-query").UseMutationResult<any, unknown, any, unknown>;