interface IKeyBackupCheck {
    backupInfo?: KeyBackupInfo;
    trustInfo: TrustInfo;
}

Properties

backupInfo?: KeyBackupInfo
trustInfo: TrustInfo