refactor: remove Uuid from @standardnotes/common in favour of @standardnotes/domain-core definition

This commit is contained in:
Karol Sójko
2023-01-19 15:11:47 +01:00
parent 0e3cbfc40b
commit aaf42e4693
121 changed files with 196 additions and 439 deletions
@@ -1,7 +1,5 @@
import { Uuid } from '@standardnotes/common'
export type RemoveFileDTO = {
userUuid: Uuid
userUuid: string
resourceRemoteIdentifier: string
regularSubscriptionUuid: Uuid
regularSubscriptionUuid: string
}