Update packages/cli/src/ui/types.ts
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
This commit is contained in:
parent
6247cb8ddd
commit
2a2d041dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ export enum MessageType {
|
||||||
INFO = 'info',
|
INFO = 'info',
|
||||||
ERROR = 'error',
|
ERROR = 'error',
|
||||||
USER = 'user',
|
USER = 'user',
|
||||||
ABOUT = 'about', // Added ABOUT type
|
ABOUT = 'about',
|
||||||
// Add GEMINI if needed by other commands
|
// Add GEMINI if needed by other commands
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue