# InteractionFor

`type` in `http` · v0.3.1

<https://docs.seedcord.org/packages/http/0.3.1/types/interaction-for>

## Declaration

```ts
type InteractionFor<Kind extends ContextMenuKind> =
    Kind extends ApplicationCommandType.User ? APIUserApplicationCommandInteraction : APIMessageApplicationCommandInteraction;
```
