Type Alias EnableTotpTwoFactorResponse

EnableTotpTwoFactorResponse: {
    backup_codes: [BackupCode, BackupCode, BackupCode, BackupCode, BackupCode];
    status: "ok";
}