UNPKG

decent-sdk

Version:

SDK for the Decent API

6 lines (5 loc) 96 B
export type QueryReturn<T> = { data: T; isLoading: boolean; error: Error | null; };