interface QueueState_ItemsEntry {
    key: string;
    value?: QueueState_Item;
}

Properties

Properties

key: string

Generated using TypeDoc