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

Properties

Properties

imported: number
total: number