Anchorage API reference
    Preparing search index...

    Interface RateLimitBatchResult<T>

    Result subset returned for one statement in a D1 batch.

    interface RateLimitBatchResult<T = unknown> {
        results?: T[];
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    Properties

    results?: T[]

    Rows returned by statements with a RETURNING clause.