mirror of
https://github.com/standardnotes/server
synced 2026-08-04 00:15:57 -04:00
feat: should be able to access shared item revisions as third party user (#807)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface AddSharedVaultUserDTO {
|
||||
sharedVaultUuid: string
|
||||
userUuid: string
|
||||
permission: string
|
||||
createdAt: number
|
||||
updatedAt: number
|
||||
}
|
||||
Reference in New Issue
Block a user