ActiveItemInfo

Type alias ActiveItemInfo

ActiveItemInfo: {
    id: number;
    type: ActiveItemType;
}

Type declaration