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

AnyAliasedColumn

Just like AnyColumn but with a as <string> suffix.

type AnyAliasedColumn<DB, TB extends keyof DB> = `${AnyColumn<DB, TB>} as ${string}`;

§Type Parameters

§
TB extends keyof DB
[src]

§Type

§
`${AnyColumn<DB, TB>} as ${string}`
[src]