Interface KeyBackupRestoreResult

interface KeyBackupRestoreResult {
    imported: number;
    total: number;
}

Properties

Properties

imported: number

The number of keys that were imported.

total: number

The total number of keys that were found in the backup.