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

PgViewWithSelection

type PgViewWithSelection<TName extends string = string, TExisting extends boolean = boolean, TSelectedFields = unknown> = PgView<TName, TExisting, TSelectedFields> & TSelectedFields;

§Type Parameters

§
TName extends string = string
[src]
§
TExisting extends boolean = boolean
[src]
§
TSelectedFields = unknown
[src]

§Type

§
PgView<TName, TExisting, TSelectedFields> & TSelectedFields
[src]