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