1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-18 03:23:57 +08:00

test: update golden api for devkit core ()

This commit is contained in:
clydin 2018-11-30 19:07:27 -05:00 committed by vikerman
parent 7b3dd8f510
commit 53f15715bb

@ -615,13 +615,14 @@ export declare class ProjectToolNotFoundException extends BaseException {
}
export interface PromptDefinition {
default?: string | number | boolean | null;
default?: string | string[] | number | boolean | null;
id: string;
items?: Array<string | {
value: JsonValue;
label: string;
}>;
message: string;
multiselect?: boolean;
priority: number;
raw?: string | JsonObject;
type: string;