mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-31 11:04:20 +01:00
Remove DittoUploader interface in favor of NUploader
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
export interface DittoUploader {
|
||||
upload(file: File, opts?: { signal?: AbortSignal }): Promise<[['url', string], ...string[][]]>;
|
||||
}
|
||||
Reference in New Issue
Block a user