interface PromptQueueHistory {
    [prompt_id: string]: PromptQueueItem;
}

Indexable

[prompt_id: string]: PromptQueueItem