@earth-app/collegedb
    Preparing search index...

    Interface Env

    Environment bindings for the Cloudflare Worker

    interface Env {
        KV: KVNamespace;
        ShardCoordinator: DurableObjectNamespace;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      D1 database bindings - dynamic based on wrangler.toml

    Index

    Properties

    Properties

    KV: KVNamespace

    Cloudflare KV namespace for storing primary key to shard mappings

    ShardCoordinator: DurableObjectNamespace

    Durable Object binding for shard coordination