import type { UnifiedSchemaRequestDto } from '../schemas/UnifiedSchemaRequestDto'; export interface EnvironmentsSchemaRequestDto extends UnifiedSchemaRequestDto { /** * Environment group id */ 'env-group-id'?: string; /** * This specifies the type of schema request */ type: 'environments'; }