Interface IRollSellOpType

Represents an operation which sells rolls.

See

RollSell.roll_count - the number of rolls to sell

interface IRollSellOpType {
    RollSell: {
        roll_count: number;
    };
}

Properties

Properties

RollSell: {
    roll_count: number;
}

Type declaration

  • roll_count: number

Generated using TypeDoc