# InjectedMentionMap

`type` in `gateway` · v0.1.0-next.3

<https://docs.seedcord.org/packages/gateway/0.1.0-next.3/types/injected-mention-map>

Each registered slash route mapped to its mention string.

## Declaration

```ts
type InjectedMentionMap = { [K in keyof SlashOptionRegistry]: string };
```
