/* tslint:disable */ /** * This file was automatically generated by json schema to dts. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the script to regenerate this file. */ /** * Generates a new basic application definition in the "projects" subfolder of the workspace. */ export interface AngularApplicationOptionsSchema { /** * The root directory of the new app. */ projectRoot?: string; /** * The name of the new app. */ name: string; /** * Do not create "spec.ts" test files for the application. */ skipTests?: boolean; }