fix(core): update

This commit is contained in:
Philipp Kunz 2023-04-17 13:47:58 +02:00
parent f7f75a64db
commit 53b732a3f7
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@uptime.link/interfaces',
version: '2.0.13',
version: '2.0.14',
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 {
registration: {
isRegistered: boolean;
registeredAt: Date;
expiresAt: Date;
createionDate: Date;
expiryDate: Date;
};
delegation: {
domainWithoutSuffix: string;