UNPKG

decent-sdk

Version:

SDK for the Decent API

9 lines (8 loc) 170 B
export type QueryReturn<T> = { data: T | undefined; isLoading: boolean; error: Error | null; }; export type TanstackQueryOptions = { enabled: boolean; };