mirror of
https://github.com/standardnotes/server
synced 2026-08-01 08:16:44 -04:00
feat: add files server package
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { Readable } from 'stream'
|
||||
|
||||
export type StreamDownloadFileResponse =
|
||||
| {
|
||||
success: true
|
||||
readStream: Readable
|
||||
}
|
||||
| {
|
||||
success: false
|
||||
message: string
|
||||
}
|
||||
Reference in New Issue
Block a user