fix(core): update

This commit is contained in:
Philipp Kunz 2023-04-17 13:54:47 +02:00
parent 4c57804da2
commit 24762468da
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -3,8 +3,8 @@ import * as plugins from '../ul-interfaces.plugins.js';
export interface IDomainSnapshot { export interface IDomainSnapshot {
registration: { registration: {
isRegistered: boolean; isRegistered: boolean;
createionDate: Date; createionDate: number;
expiryDate: Date; expiryDate: number;
}; };
delegation: { delegation: {
domainWithoutSuffix: string; domainWithoutSuffix: string;