GetChannelParams
Necessary parameters to create a channel.
interface GetChannelParams extends Pick<RequestVariables, "channel"> {
include?: "currencies";
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
include | Optional | "currencies" | Channels subresources that can be included in the response. |