# AnyResolvedChannel

`type` in `http` · v0.6.0

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

## Declaration

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