fix(core): update

This commit is contained in:
Philipp Kunz 2019-07-18 17:17:48 +02:00
parent 1f5352d9f5
commit c4c1367306

View File

@ -0,0 +1,6 @@
import * as plugins from './cloudflare.plugins';
import * as interfaces from './interfaces';
export class CloudflareZone {
// TODO
}