mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-29 10:04:23 +01:00
Rewrite all the uploaders
This commit is contained in:
3
src/interfaces/DittoUploader.ts
Normal file
3
src/interfaces/DittoUploader.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface DittoUploader {
|
||||
upload(file: File, opts?: { signal?: AbortSignal }): Promise<[['url', string], ...string[][]]>;
|
||||
}
|
||||
Reference in New Issue
Block a user