Type alias AnyAliasedColumnWithTable<DB, TB>

AnyAliasedColumnWithTable<DB, TB>: `${AnyColumnWithTable<DB, TB>} as ${string}`

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

Type Parameters

  • DB

  • TB extends keyof DB

Generated using TypeDoc