Alokai

GetChannelResponseWithData

Response of get channel endpoint.

interface GetChannelResponseWithData {
	data: GetChannelResponseData;
	meta: EmptyMeta;
}

Properties

NameRequiredTypeDescription
dataRequiredGetChannelResponseDataInformation about get channel.
metaRequiredEmptyMetaEmpty object.

Referenced Types

On this page