internal: incomplete vault systems behind feature flag (#2340)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export type DeleteSharedVaultUserRequestParams = {
|
||||
sharedVaultUuid: string
|
||||
userUuid: string
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
export type GetSharedVaultUsersRequestParams = {
|
||||
sharedVaultUuid: string
|
||||
}
|
||||
Reference in New Issue
Block a user