export interface RequestChannelCreateOrUpdate { name: string; vertical?: string; details?: string; internal?: boolean; }