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

UpdateSet

type UpdateSet = Record<string, SQL | Param | null | undefined>;

§Type

§
Record<string, SQL | Param | null | undefined>
[src]