본문으로 건너뛰기

타입 별칭: ContextFromUnionBranches<TBranches>

type ContextFromUnionBranches<TBranches> = object;

정의 위치: packages/db/src/query/builder/types.ts:183

타입 매개변수

TBranches

TBranches 확장 readonly [QueryBuilder&lt;any>, ...QueryBuilder<any>[]]

속성

baseSchema

baseSchema: UnionBranchSchema<TBranches> & ContextSchema;

정의 위치: packages/db/src/query/builder/types.ts:186


fromSourceName

fromSourceName: keyof UnionBranchSchema<TBranches> & string;

정의 위치: packages/db/src/query/builder/types.ts:189


hasJoins

hasJoins: false;

정의 위치: packages/db/src/query/builder/types.ts:190


hasResult

hasResult: true;

정의 위치: packages/db/src/query/builder/types.ts:192


refsSchema

refsSchema: UnionBranchSchema<TBranches>;

정의 위치: packages/db/src/query/builder/types.ts:188


result

result: PrettifyIfPlainObject<UnionBranchResult<TBranches>>;

정의 위치: packages/db/src/query/builder/types.ts:191


schema

schema: UnionBranchSchema<TBranches> & ContextSchema;

정의 위치: packages/db/src/query/builder/types.ts:187