타입 별칭: ContextFromSource<TSource>
type ContextFromSource<TSource> = object;
정의 위치: packages/db/src/query/builder/types.ts:151
타입 매개변수
TSource
TSource 확장 Source
속성
baseSchema
baseSchema: SchemaFromSource<TSource>;
정의 위치: packages/db/src/query/builder/types.ts:152
fromSourceName
fromSourceName: keyof TSource & string;
정의 위치: packages/db/src/query/builder/types.ts:154
hasJoins
hasJoins: false;
정의 위치: packages/db/src/query/builder/types.ts:155
schema
schema: SchemaFromSource<TSource>;