mirror of
https://github.com/standardnotes/server
synced 2026-07-14 09:01:33 -04:00
feat: add files server package
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Uuid } from '@standardnotes/common'
|
||||
|
||||
export type RemoveFileDTO = {
|
||||
userUuid: Uuid
|
||||
resourceRemoteIdentifier: string
|
||||
regularSubscriptionUuid: Uuid
|
||||
}
|
||||
Reference in New Issue
Block a user