interface ItemState {
    quantity: number;
    state: StateReference;
}

Properties

Properties

quantity: number

Generated using TypeDoc