7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
export default class ProjectConfig {
|
|
config: any;
|
|
constructor();
|
|
load(): void;
|
|
getConfig(): any;
|
|
read(): any;
|
|
}
|