Interface Action

interface Action {
    actionType: ActionType;
    affectedDealId: string;
}

Properties

actionType: ActionType
affectedDealId: string