fix(core): update
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user