UNPKG

@comake/skl-js-engine

Version:

Standard Knowledge Language Javascript Engine

9 lines 437 B
import { FindOperator } from '../FindOperator'; import type { FindOptionsRelations } from '../FindOptionsTypes'; export interface InverseRelationOperatorValue { resolvedName: string; relations?: FindOptionsRelations; [key: string]: any; } export declare function InverseRelation(value: InverseRelationOperatorValue): FindOperator<InverseRelationOperatorValue, 'inverseRelation'>; //# sourceMappingURL=InverseRelation.d.ts.map