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