mirror of
https://github.com/standardnotes/server
synced 2026-08-02 12:15:56 -04:00
feat: shared vaults functionality in api-gateway,auth,files,common,security,domain-events. (#629)
Co-authored-by: Mo <[email protected]>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { SharedVaultMoveType } from '@standardnotes/security'
|
||||
|
||||
export interface MoveFileDTO {
|
||||
moveType: SharedVaultMoveType
|
||||
fromUuid: string
|
||||
toUuid: string
|
||||
resourceRemoteIdentifier: string
|
||||
}
|
||||
Reference in New Issue
Block a user