mirror of
https://github.com/standardnotes/server
synced 2026-08-04 09:18:51 -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:
@@ -1,5 +1,11 @@
|
||||
export type RemoveFileDTO = {
|
||||
userUuid: string
|
||||
resourceRemoteIdentifier: string
|
||||
regularSubscriptionUuid: string
|
||||
export interface RemoveFileDTO {
|
||||
userInput?: {
|
||||
userUuid: string
|
||||
resourceRemoteIdentifier: string
|
||||
regularSubscriptionUuid: string
|
||||
}
|
||||
vaultInput?: {
|
||||
sharedVaultUuid: string
|
||||
resourceRemoteIdentifier: string
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user