import { MatchedKeys } from "../../common/matched-keys.type"; import { AnyEntity } from "../../entity/any-entity.type"; import { EmptyValue } from "../field-values/empty-value.type"; import { EntityFieldBase } from "./entity-field-base.type"; export declare type RelationFieldToOne = Extract, MatchedKeys>; //# sourceMappingURL=relation-field-to-one.type.d.ts.map