src/IEntity.ts
Properties |
| _id |
_id:
|
Type : string
|
|
Defined in src/IEntity.ts:2
|
export interface IEntity {
_id: string;
}