interface PromptMap {
    [id: string]: PromptTemplate;
}

Indexable

[id: string]: PromptTemplate