drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias PlanEnv

    the subset of the environment a plan decision reads

    type PlanEnv = {
        PLAN?: string | null;
    }
    Index
    PLAN?: string | null