import { PrimaryKey } from "../field/field-values/primary-key.type"; import { AnyEntity } from "./any-entity.type"; import { EntityData } from "./entity-data/entity-data.type"; export declare type EntityRepresentation = PrimaryKey | EntityData; //# sourceMappingURL=entity-representation.type.d.ts.map