6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
interface AngularBuilderOptions {
|
|
outputPath: string;
|
|
dartSDK?: any;
|
|
logs?: any;
|
|
}
|