mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
feat: add files server package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export type RemoveFileResponse =
|
||||
| {
|
||||
success: true
|
||||
}
|
||||
| {
|
||||
success: false
|
||||
message: string
|
||||
}
|
||||
Reference in New Issue
Block a user