export default interface EnvironmentVariable {
    name: string;
    value?: string;
}
