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

    Interface SiteIdEnv

    the parts of the environment a resolution reads

    interface SiteIdEnv {
        CONFIG_KV?: { get(key: string): Promise<string | null> } | null;
        SITE_ID?: string | null;
    }
    Index
    CONFIG_KV?: { get(key: string): Promise<string | null> } | null
    SITE_ID?: string | null