/** * Populates property with a value that allows to distinguish it from an entity that * is not yet added to the database and prevents form an accidental db commit. */ export interface IMemoryId { } //# sourceMappingURL=memory_id.d.ts.map