export interface RawEntityProperty { key: string; value: any; } export interface RawPropertyKey { key: string; self: string; } export interface RawPropertyKeys { keys: RawPropertyKey[]; } //# sourceMappingURL=internal-types.d.ts.map