@suluk/deploy - v0.1.4
    Preparing search index...

    Interface DurableBinding

    interface DurableBinding {
        kind: "kv" | "do" | "r2" | "queue";
        binding: string;
        resource: string;
        reason: string;
    }
    Index

    Properties

    kind: "kv" | "do" | "r2" | "queue"
    binding: string

    the binding name the Worker code reads (e.g. RATE_LIMIT).

    resource: string

    the resource name to create.

    reason: string

    why the contract needs it.