mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
refactor: register
This commit is contained in:
@@ -17,7 +17,7 @@ export type RemoveRecordOptions = CreateRecordOptions & {
|
||||
};
|
||||
|
||||
export interface IDnsProvider {
|
||||
onInit(): Promise<void>;
|
||||
onInstance(): Promise<void>;
|
||||
createRecord(options: CreateRecordOptions): Promise<any>;
|
||||
removeRecord(options: RemoveRecordOptions): Promise<any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user