UNPKG

184 BTypeScriptView Raw
1export interface Schema {
2 /**
3 * Author for the new schematic.
4 */
5 author?: string;
6 /**
7 * The package name for the new schematic.
8 */
9 name?: string;
10}