@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface StateListOptions

    interface StateListOptions {
        filter?: Record<string, unknown>;
        limit?: number;
        cursor?: string;
    }
    Index

    Properties

    filter?: Record<string, unknown>

    Filter by field values (exact match).

    limit?: number

    Maximum items to return.

    cursor?: string

    Cursor from a previous list call.