mirror of
https://github.com/standardnotes/server
synced 2026-08-02 21:15:59 -04:00
refactor: remove Uuid from @standardnotes/common in favour of @standardnotes/domain-core definition
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { UserRequestType, Uuid } from '@standardnotes/common'
|
||||
import { UserRequestType } from '@standardnotes/common'
|
||||
|
||||
export type ProcessUserRequestDTO = {
|
||||
userUuid: Uuid
|
||||
userUuid: string
|
||||
userEmail: string
|
||||
requestType: UserRequestType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user