mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
perf: 支持从提供商导入域名列表
This commit is contained in:
@@ -31,7 +31,8 @@ export type DnsProviderContext = {
|
||||
export type DomainRecord = {
|
||||
id: string;
|
||||
domain: string;
|
||||
thirdDns: boolean;
|
||||
registrationDate: number;
|
||||
expirationDate: number;
|
||||
};
|
||||
|
||||
export interface IDnsProvider<T = any> {
|
||||
|
||||
Reference in New Issue
Block a user