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

    Type Alias AuthSpend

    the durable counter's state for one UTC day

    type AuthSpend = {
        day: string;
        renders: number;
    }
    Index
    day: string

    the UTC day the counter belongs to, as YYYY-MM-DD

    renders: number

    authenticated renders charged so far today