interface IGetEdocWithAuditReasonRequest {
    auditReasonId?: number;
    comment?: string;
}

Implemented by

Properties

auditReasonId?: number

The reason id for this audit event.

comment?: string

The comment for this audit event.