core/src/types/environment.ts

9 lines
152 B
TypeScript
Raw Normal View History

2020-11-21 15:41:08 +00:00
export interface IEnvironment {
path: string;
pluginsPath: string;
repositoryPath: string;
configurationPath: string;
environment: string;
}