import { EnvironmentInterface } from "../EnvironmentTypes"; export interface EditEnvironment extends EnvironmentInterface { description: string; }