@merkaly/api 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,6 +4,7 @@ export declare const $collection: SchemaOptions;
|
|
|
4
4
|
export declare const $subdocument: SchemaOptions;
|
|
5
5
|
export type MongoEntity<T extends AbstractEntity> = T | string;
|
|
6
6
|
export declare abstract class AbstractEntity extends Document<string> {
|
|
7
|
+
_id: string;
|
|
7
8
|
createdAt: Date;
|
|
8
9
|
readonly updatedAt?: Date;
|
|
9
10
|
deletedAt?: Date;
|