UNPKG

netcup-node

Version:

A node wrapper for the Netcup CCP API (https://www.netcup-wiki.de/wiki/CCP_API)

8 lines (7 loc) 253 B
export var Actions; (function (Actions) { Actions["login"] = "login"; Actions["infoDnsZone"] = "infoDnsZone"; Actions["infoDnsRecords"] = "infoDnsRecords"; Actions["updateDnsRecords"] = "updateDnsRecords"; })(Actions || (Actions = {}));