drupflare/drangler - v0.1.0
    Preparing search index...

    Interface CloudflareApi

    interface CloudflareApi {
        listWorkers(accountId: string): Promise<WorkerScript[]>;
        workersPlan(accountId: string): Promise<PlanReading>;
    }
    Index