import type { UnifiedSchemaRequestDto } from '../schemas/UnifiedSchemaRequestDto'; export interface EnvGroupsSchemaRequestDto extends UnifiedSchemaRequestDto { /** * This specifies the type of schema request */ type: 'environment-groups'; }