interface Strategy {
    data:
        | 0
        | 1
        | 2
        | 3;
    type: "strategy";
}

Properties

Properties

data:
    | 0
    | 1
    | 2
    | 3

Even, Eliminations, Random, and Payback (0, 1, 2, 3)

type