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

    Interface StateListResult<T>

    interface StateListResult<T = Record<string, unknown>> {
        items: T[];
        nextCursor?: string;
    }

    Type Parameters

    • T = Record<string, unknown>
    Index

    Properties

    Properties

    items: T[]
    nextCursor?: string