# SlashMatchArms

`type` in `http` · v0.7.0

<https://docs.seedcord.org/packages/http/0.7.0/types/slash-match-arms>

## Declaration

```ts
type SlashMatchArms<Route extends keyof SlashRegistry, Ret> = {
    [Key in Route]: (options: SlashOptions<Key>) => Promisable<Ret>;
};
```
