Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/query/dist/lib/types.d.ts>UnknownDataResponseType

fetch and process data in web worker, store in indexedDB.
Latest
type alias UnknownDataResponseType
import { type UnknownDataResponseType } from "https://deno.land/x/query@v1.0.0/dist/lib/types.d.ts";
definition: Array<unknown> | Record<string, unknown> | undefined