Update packages/cli/src/ui/types.ts

Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
This commit is contained in:
Miguel Solorio 2025-05-23 14:34:27 -07:00 committed by N. Taylor Mullen
parent 6247cb8ddd
commit 2a2d041dcd
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ export enum MessageType {
INFO = 'info',
ERROR = 'error',
USER = 'user',
ABOUT = 'about', // Added ABOUT type
ABOUT = 'about',
// Add GEMINI if needed by other commands
}