Skip to content

Type Alias: PrismaViewConfig<Context, Item>

PrismaViewConfig<Context, Item> = object & SourceConfig<Item, unknown>

Defined in: packages/fate/src/server/prisma.ts:47

Type Declaration

delegate

delegate: (ctx) => unknown

Parameters

ctx

Context

Returns

unknown

Type Parameters

Context

Context

Item

Item extends FateRecord = FateRecord

Released under the MIT License