fix(core): update

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

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@uptime.link/interfaces',
version: '2.0.9',
version: '2.0.10',
description: 'TypeScript interface for the uptime.link API and modules'
}

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;