export type EnvironmentRequest = { name: string; next_environment_ids?: Array; color?: string | null; };