interface MongoEntity {
    created?: Moment;
    id?: string;
    modified?: Moment;
}

Hierarchy (View Summary)

Properties

created?: Moment
id?: string
modified?: Moment