type ContextFromUnionBranches<TBranches> = object;Defined in: packages/db/src/query/builder/types.ts:169
TBranches extends readonly [QueryBuilder<any>, ...QueryBuilder<any>[]]
baseSchema: UnionBranchSchema<TBranches> & ContextSchema;Defined in: packages/db/src/query/builder/types.ts:172
fromSourceName: keyof UnionBranchSchema<TBranches> & string;Defined in: packages/db/src/query/builder/types.ts:175
hasJoins: false;Defined in: packages/db/src/query/builder/types.ts:176
hasResult: true;Defined in: packages/db/src/query/builder/types.ts:178
refsSchema: UnionBranchSchema<TBranches>;Defined in: packages/db/src/query/builder/types.ts:174
result: PrettifyIfPlainObject<UnionBranchResult<TBranches>>;Defined in: packages/db/src/query/builder/types.ts:177
schema: UnionBranchSchema<TBranches> & ContextSchema;Defined in: packages/db/src/query/builder/types.ts:173