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