mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
perf: 域名导入
This commit is contained in:
@@ -31,8 +31,6 @@ export type DnsProviderContext = {
|
||||
export type DomainRecord = {
|
||||
id: string;
|
||||
domain: string;
|
||||
registrationDate: number;
|
||||
expirationDate: number;
|
||||
};
|
||||
|
||||
export interface IDnsProvider<T = any> {
|
||||
|
||||
Reference in New Issue
Block a user