interface IWAuditReason {
    id?: number;
    name?: string;
}

Implemented by

Properties

Properties

id?: number

The audit reason id.

name?: string

The audit reason text.