/* 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 product details page in the workspace. */ export interface ProductDetailsOptionsSchema { /** * Do not create "spec.ts" test files for the application. */ skipTests?: boolean; /** * The path at which to create the component file, relative to the current workspace. Default is a folder with the same name as the component in the project root. */ path?: string; }