blob: f8fd8aa3db4fd62d8fe51c633d5b4b9ca02cd660 [file] [log] [blame]
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
export interface Schema {
/** Name of the project to target. */
project: string;
}