fixed multi upload and added exif removal, added delete file route, supports body or query, update packages
This commit is contained in:
parent
f8538814a1
commit
c5b2d1177a
6 changed files with 538 additions and 129 deletions
4
types/file.d.ts
vendored
4
types/file.d.ts
vendored
|
@ -21,7 +21,9 @@ type FileEntry = {
|
|||
expires_at?: string | null;
|
||||
};
|
||||
|
||||
type FileUpload = Partial<FileEntry>;
|
||||
type FileUpload = Partial<FileEntry> & {
|
||||
url?: string;
|
||||
};
|
||||
|
||||
type Folder = {
|
||||
id: UUID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue