Interface ChannelsResponse

interface ChannelsResponse {
    channels: Channel[];
    height: { revision_height: string; revision_number: string };
    pagination: { next_key?: string; total: string };
}

Properties

channels: Channel[]
height: { revision_height: string; revision_number: string }
pagination: { next_key?: string; total: string }
MMNEPVFCICPMFPCPTTAAATR