mirror of
https://github.com/standardnotes/server
synced 2026-07-31 14:16:46 -04:00
refactor: remove Uuid from @standardnotes/common in favour of @standardnotes/domain-core definition
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { Uuid } from '@standardnotes/common'
|
||||
|
||||
export type RemoveFileDTO = {
|
||||
userUuid: Uuid
|
||||
userUuid: string
|
||||
resourceRemoteIdentifier: string
|
||||
regularSubscriptionUuid: Uuid
|
||||
regularSubscriptionUuid: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user