interface Rejection {
    rejectReason?: string;
}

Properties

Properties

rejectReason?: string