mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:08:53 +08:00
chore: 移除autowire特性
This commit is contained in:
@@ -4,9 +4,6 @@ import { IAccess, Registrable } from "@certd/pipeline";
|
||||
export type DnsProviderDefine = Registrable & {
|
||||
accessType: string;
|
||||
icon?: string;
|
||||
autowire?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
};
|
||||
|
||||
export type CreateRecordOptions = {
|
||||
|
||||
Reference in New Issue
Block a user