Interface IRollBuyOpType

Represents an operation which buys rolls.

See

RollBuy.roll_count - the number of rolls to buy

interface IRollBuyOpType {
    RollBuy: {
        roll_count: number;
    };
}

Properties

Properties

RollBuy: {
    roll_count: number;
}

Type declaration

  • roll_count: number

Generated using TypeDoc