smartscaf/ts/interfaces/smartscaf.ts
2020-01-31 14:51:05 +00:00

8 lines
141 B
TypeScript

export interface ISmartscafFile {
defaults: { [key: string]: string };
dependencies: {
merge: string[];
};
runafter: string[];
}