import type { UnifiedSchemaResponseDto } from '../schemas/UnifiedSchemaResponseDto'; export interface EnvGroupsSchemaResponseDto extends UnifiedSchemaResponseDto { /** * This specifies the type of schema response */ type: 'environment-groups'; /** * Yaml with inputs populated */ yaml?: string; }