interface TriggeredModelIds {
    _id?: string;
    createdDate?: Date;
    hook: string;
    hookType: string;
    id?: string;
    modelId: string;
    modifiedDate?: Date;
}

Hierarchy (View Summary)

Properties

_id?: string
createdDate?: Date
hook: string
hookType: string
id?: string

Use _id instead

modelId: string
modifiedDate?: Date