aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/easter-egg.d.ts
blob: 11f5a3f84cd18aeb74f70b642873566d92ca82e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
}