mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
feat: initial impl of file proxy
This commit is contained in:
@@ -57,6 +57,11 @@ export type FileHandle = {
|
||||
|
||||
export type FileSystemHandle = DirectoryHandle | FileHandle
|
||||
|
||||
export type OpenedFile = {
|
||||
file: Doc<"files">
|
||||
shareToken: string
|
||||
}
|
||||
|
||||
export type DeleteResult = {
|
||||
deleted: {
|
||||
files: number
|
||||
|
||||
Reference in New Issue
Block a user