fix(core): update

This commit is contained in:
2023-04-17 13:56:55 +02:00
parent 4d961003e8
commit 1ef7737dc9
2 changed files with 3 additions and 2 deletions

View File

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