fix(core): update

This commit is contained in:
2023-04-06 18:15:12 +02:00
parent 44d62df972
commit 92d9f441d1
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ export interface IDomainSnapshot {
aRecords: plugins.tsclass.network.IDnsRecord[];
aaaaRecords: plugins.tsclass.network.IDnsRecord[];
txtRecords: plugins.tsclass.network.IDnsRecord[];
mxRecords: plugins.tsclass.network.IDnsRecord[];
whoisServers: {
serverUrl: string;
content: string;