Remove DittoUploader interface in favor of NUploader

This commit is contained in:
Alex Gleason
2024-05-19 15:57:04 -05:00
parent 0541287f0e
commit 6f6e87525e
5 changed files with 8 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
export interface DittoUploader {
upload(file: File, opts?: { signal?: AbortSignal }): Promise<[['url', string], ...string[][]]>;
}