mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-02 09:20:42 -07:00
Core data structure updates for Rewind functionality (#15714)
This commit is contained in:
@@ -647,9 +647,11 @@ export interface Todo {
|
||||
export interface FileDiff {
|
||||
fileDiff: string;
|
||||
fileName: string;
|
||||
filePath: string;
|
||||
originalContent: string | null;
|
||||
newContent: string;
|
||||
diffStat?: DiffStat;
|
||||
isNewFile?: boolean;
|
||||
}
|
||||
|
||||
export interface DiffStat {
|
||||
|
||||
Reference in New Issue
Block a user