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