fix(core): update

This commit is contained in:
2020-02-10 11:26:13 +00:00
parent 12f4456ebd
commit 7ec0fe78fc
7 changed files with 141 additions and 420 deletions

View File

@@ -8,4 +8,6 @@ export class ZoneManager {
constructor(cfAccountArg: CloudflareAccount) {
this.cfAccount = cfAccountArg;
}
public getZones() {}
}