ft_transcendence/pong/node_modules/@angular-devkit/schematics-cli/schematic/schema.d.ts
2023-05-02 19:15:50 +02:00

12 lines
212 B
TypeScript
Executable File

export interface Schema {
/**
* Author for the new schematic.
*/
author?: string;
/**
* The package name for the new schematic.
*/
name: string;
[property: string]: any;
}