feat: add files server package

This commit is contained in:
Karol Sójko
2022-06-22 16:44:45 +02:00
parent d61e6f338e
commit 7a8a5fcfdf
108 changed files with 4314 additions and 28 deletions
@@ -0,0 +1,7 @@
import { Uuid } from '@standardnotes/common'
export type RemoveFileDTO = {
userUuid: Uuid
resourceRemoteIdentifier: string
regularSubscriptionUuid: Uuid
}