Skip to content

Type Alias: DrizzleViewConfig<Item, TTable>

DrizzleViewConfig<Item, TTable> = SourceConfig<Item, unknown> & object

Defined in: packages/fate/src/server/drizzle.ts:109

Type Declaration

columns?

optional columns?: ColumnMap

manyToMany?

optional manyToMany?: Record<string, DrizzleManyToManyInput>

table

table: TTable

Type Parameters

Item

Item extends FateRecord = FateRecord

TTable

TTable extends DrizzleTable = DrizzleTable

Released under the MIT License