fix(core): update

This commit is contained in:
2022-09-27 19:23:20 +02:00
parent e466944c55
commit 48ca9fdbb9
15 changed files with 10533 additions and 8973 deletions

View File

@@ -1,5 +1,5 @@
import * as plugins from './cloudflare.plugins';
import * as interfaces from './interfaces';
import * as plugins from './cloudflare.plugins.js';
import * as interfaces from './interfaces/index.js';
export class CloudflareZone implements interfaces.ICflareZone {
public static createFromApiObject(apiObject: interfaces.ICflareZone) {