refactor: consolidate upload helpers

This commit is contained in:
Tom Boullay
2026-04-27 17:20:54 +02:00
parent 43cf48cc7d
commit d049318a73
11 changed files with 38 additions and 38 deletions
+5
View File
@@ -10,6 +10,11 @@ export interface ParsedFile {
isModel: boolean
}
export interface PushFile {
path: string
contentBase64: string
}
export type FileChange = 'new' | 'changed' | 'unchanged'
export interface FileDiff {