Files
flights_web_raw/node_modules/@angular/cli/commands/easter-egg.d.ts
T

15 lines
318 B
TypeScript

export interface Schema {
/**
* Shows a help message for this command in the console.
*/
help?: HelpUnion;
}
/**
* Shows a help message for this command in the console.
*/
export declare type HelpUnion = boolean | HelpEnum;
export declare enum HelpEnum {
HelpJson = "JSON",
Json = "json"
}