Interface StateStrike

interface StateStrike {
    order: CardOrder;
    segment: number;
}

Properties

Properties

order: CardOrder
segment: number