refactor: consolidate upload helpers
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user