Interface Rejection

interface Rejection {
    rejectReason?: string;
}

Properties§

§rejectReason?: string