Interface AffectedDeal

interface AffectedDeal {
    dealId: string;
    status: AffectedDealStatus;
}

Properties

Properties

dealId: string