mirror of
https://github.com/standardnotes/server
synced 2026-07-31 23:16:44 -04:00
feat: add files server package
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export type GetFileMetadataDTO = {
|
||||
userUuid: string
|
||||
resourceRemoteIdentifier: string
|
||||
}
|
||||
Reference in New Issue
Block a user