export interface GetChannelResponse { id: string; displayName: string; description?: string; webUrl: string; } //# sourceMappingURL=GetChannelResponse.d.ts.map