refactor: consolidate upload helpers
This commit is contained in:
+1
-6
@@ -3,12 +3,7 @@
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
import { MODEL_EXTENSIONS } from './constants'
|
||||
import type { FileChange } from './types'
|
||||
|
||||
interface PushFile {
|
||||
path: string
|
||||
contentBase64: string
|
||||
}
|
||||
import type { FileChange, PushFile } from './types'
|
||||
|
||||
export interface DiffResult {
|
||||
/** Map of lowercase filename → change status (for commit message) */
|
||||
|
||||
Reference in New Issue
Block a user