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

UnknownRow

Represents a database row whose column names and their types are unknown.

type UnknownRow = Record<string, unknown>;

§Type

§
Record<string, unknown>
[src]