type CreateQueryResult<TData, TError> = CreateBaseQueryResult<TData, TError>;
Defined in: types.ts:105
TData = unknown
TError = DefaultError