import {IInterface} from './IInterface'; export interface IEnvironment { interfaces: IInterface[]; }