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

Properties

Properties

quantity: number
state: Reference