chore: add designated survivor uuid to shared vault metadata (#2527)

* chore: add designated survivor uuid to shared vault metadata

* fix specs
This commit is contained in:
Karol Sójko
2023-09-22 12:54:42 +02:00
committed by GitHub
parent 2c599df6be
commit f7d204b205
9 changed files with 15 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ export type AsymmetricMessageSharedVaultInvite = {
description?: string
iconString: IconType | EmojiString
fileBytesUsed: number
designatedSurvivor: string | null
}
}
}

View File

@@ -2,4 +2,5 @@ export type VaultListingSharingInfo = {
sharedVaultUuid: string
ownerUserUuid: string
fileBytesUsed: number
designatedSurvivor: string | null
}