/* 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. */ export interface SchematicOptionsSchema { /** * The package name for the new schematic. */ name: string; /** * Author for the new schematic. */ author?: string; [k: string]: unknown; }