/* 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 MyFullSchematicsSchema { index?: number; name: string; [k: string]: unknown; }