mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add GANDI provider
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import {request} from "./index";
|
||||
|
||||
export enum ConnectorProvider {
|
||||
OVH = 'ovh'
|
||||
OVH = 'ovh',
|
||||
GANDI = 'gandi'
|
||||
}
|
||||
|
||||
export type Connector = {
|
||||
|
||||
Reference in New Issue
Block a user