Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

QueryResultHKT

interface QueryResultHKT {
readonly $brand: "QueryRowHKT";
readonly row: unknown;
readonly type: unknown;
}

§Properties

§
readonly $brand: "QueryRowHKT"
[src]
§
readonly row: unknown
[src]
§
readonly type: unknown
[src]