fix(core): update
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
import * as plugins from '../ul-interfaces.plugins.js';
|
||||
|
||||
export interface IDomainSnapshot {
|
||||
registered: boolean;
|
||||
registration: {
|
||||
isRegistered: boolean;
|
||||
registeredAt: Date;
|
||||
expiresAt: Date;
|
||||
};
|
||||
delegation: {
|
||||
domainWithoutSuffix: string;
|
||||
publicSuffix: string;
|
||||
|
Reference in New Issue
Block a user