# AnyResolvedChannel

`type` in `http` · v0.3.1

<https://docs.seedcord.org/packages/http/0.3.1/types/any-resolved-channel>

## Declaration

```ts
type AnyResolvedChannel = {
    [Type in ChannelType]: ResolvedChannelOf<Type>;
}[ChannelType];
```
