/** * Response body for unified schema generation */ export interface UnifiedSchemaResponseDto { /** * This specifies the type of schema response */ type: 'artifact' | 'config-file' | 'environment' | 'environment-groups' | 'environments' | 'infrastructure' | 'manifest' | 'service' | 'services'; }