UNPKG

@agility/cli

Version:

Agility CLI for working with your content. (Public Beta)

6 lines (5 loc) 170 B
export interface Channel { channel: string; digitalChannelId: number; } export declare function getAllChannels(guid: string, locale: string): Promise<Channel[]>;