issue-274 #278

Open
m wants to merge 14 commits from issue-274 into staging
Showing only changes of commit d0d84a860f - Show all commits

View File

@ -4,3 +4,11 @@ export type FileServerMap = {
write: boolean write: boolean
} }
} }
export interface FileServerPutResponse {
sha256: string
size: number
uploaded: number
type: string
url: string
}