import { AnyEntity } from "../../entity/any-entity.type"; import { EntityRepresentation } from "../../entity/entity-representation.type"; import { RelationField } from "../field-names/relation-field.type"; import { Collection } from "../field-values/collection.class"; import { EmptyValue } from "../field-values/empty-value.type"; export declare type RelationFieldData = RelationField> = Entity[Field] extends AnyEntity ? EntityRepresentation | EmptyValue : Entity[Field] extends Collection ? EntityRepresentation[] : never; //# sourceMappingURL=relation-field-data.type.d.ts.map