mirror of
https://github.com/Gitlawb/openclaude.git
synced 2026-08-24 10:14:19 -05:00
fix(typecheck): recreate missing Spinner types (#1579)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export type SpinnerMode =
|
||||
| 'requesting'
|
||||
| 'responding'
|
||||
| 'thinking'
|
||||
| 'tool-use'
|
||||
| 'tool-input'
|
||||
| string & {}
|
||||
|
||||
export interface RGBColor {
|
||||
r: number
|
||||
g: number
|
||||
b: number
|
||||
}
|
||||
Reference in New Issue
Block a user