mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 17:43:52 +08:00
test: update golden api for devkit core (#13105)
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user