interface Commitment {
    cancelled: boolean;
    type: CommitmentType;
}

Properties

Properties

cancelled: boolean