Skip to content

Type Alias: SourceRelationConfig

SourceRelationConfig = Partial<SourceRelationKeyConfig> & object

Defined in: packages/fate/src/server/source.ts:63

Type Declaration

orderBy?

optional orderBy?: SourceOrder

through?

optional through?: object

through.foreignKey

foreignKey: string

through.localKey

localKey: string

Released under the MIT License