export interface IEnvironment {
    readonly identifier: string;
    readonly uuid: string;
}
