Merge branch 'stackblitz-labs:main' into FEAT_BoltDYI_NEW_SETTINGS_UI_V2
This commit is contained in:
@@ -11,6 +11,8 @@ export type ContextAnnotation =
|
||||
|
||||
export type ProgressAnnotation = {
|
||||
type: 'progress';
|
||||
value: number;
|
||||
label: string;
|
||||
status: 'in-progress' | 'complete';
|
||||
order: number;
|
||||
message: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user