recoup groups are also part of the backup

This commit is contained in:
Florian Dold 2020-12-07 23:11:57 +01:00
parent 3a85de7fa4
commit 105898bf6e
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -124,6 +124,11 @@ export interface WalletBackupContentV1 {
* Sorted by the provider base URL.
*/
backup_providers: BackupBackupProvider[];
/**
* Recoup groups.
*/
recoup_groups: BackupRecoupGroup[];
}
/**