Map of prompt fragment IDs to prompt fragments

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

Indexable

[id: string]: PromptFragment