/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ export interface UpdateEnvironmentSchema { /** Updates the type of environment (i.e. development or production). */ type?: string; /** Changes the sort order of this environment. */ sortOrder?: number; }