interface BaseModel {
    _id?: string;
    createdDate?: Date;
    id?: string;
    modifiedDate?: Date;
}

Hierarchy (View Summary)

Properties

_id?: string
createdDate?: Date
id?: string

Use _id instead

modifiedDate?: Date