interface ReviewTag {
    _id?: string;
    createdDate?: Date;
    endorsalId: string;
    entityId?: string;
    id?: string;
    modifiedDate?: Date;
    type: ReviewTagType;
}

Hierarchy (View Summary)

Properties

_id?: string
createdDate?: Date
endorsalId: string
entityId?: string
id?: string

Use _id instead

modifiedDate?: Date