1 2 3 4 5 6 7 8 9
// Source: /data/home/swei/claudecode/openclaudecode/src/utils/filePersistence/types.ts pub type SpinnerMode = String; #[derive(Debug, Clone)] pub struct RgbColor { pub r: u8, pub g: u8, pub b: u8, }