> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# PromptId

> The prompt names in the TapPromptMap augmentation.

```ts theme={null}
type PromptId = keyof TapPromptMap extends never ? string : Extract<keyof TapPromptMap, string>;
```

The prompt names in the `TapPromptMap` augmentation.
