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

AnyAliasedColumnWithTable

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

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

§Type Parameters

§
TB extends keyof DB
[src]

§Type

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