Skip to content

Commit 53f1571

Browse files
clydinvikerman
authored andcommitted
test: update golden api for devkit core (#13105)
1 parent 7b3dd8f commit 53f1571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/api/angular_devkit/core/src/_golden-api.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,13 +615,14 @@ export declare class ProjectToolNotFoundException extends BaseException {
615615
}
616616

617617
export interface PromptDefinition {
618-
default?: string | number | boolean | null;
618+
default?: string | string[] | number | boolean | null;
619619
id: string;
620620
items?: Array<string | {
621621
value: JsonValue;
622622
label: string;
623623
}>;
624624
message: string;
625+
multiselect?: boolean;
625626
priority: number;
626627
raw?: string | JsonObject;
627628
type: string;

0 commit comments

Comments
 (0)