mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
updated styling wordings and animations icons
This commit is contained in:
@@ -22,7 +22,7 @@ export type BoltAction = FileAction | ShellAction | StartAction;
|
||||
export type BoltActionData = BoltAction | BaseAction;
|
||||
|
||||
export interface ActionAlert {
|
||||
type: 'error' | 'info';
|
||||
type: string;
|
||||
title: string;
|
||||
description: string;
|
||||
content: string;
|
||||
|
||||
Reference in New Issue
Block a user