fix(core): update
This commit is contained in:
parent
4c57804da2
commit
24762468da
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@uptime.link/interfaces',
|
||||
version: '2.0.15',
|
||||
version: '2.0.16',
|
||||
description: 'TypeScript interface for the uptime.link API and modules'
|
||||
}
|
||||
|
@ -3,8 +3,8 @@ import * as plugins from '../ul-interfaces.plugins.js';
|
||||
export interface IDomainSnapshot {
|
||||
registration: {
|
||||
isRegistered: boolean;
|
||||
createionDate: Date;
|
||||
expiryDate: Date;
|
||||
createionDate: number;
|
||||
expiryDate: number;
|
||||
};
|
||||
delegation: {
|
||||
domainWithoutSuffix: string;
|
||||
|
Loading…
Reference in New Issue
Block a user