Sanity Library Reference Docs
    Preparing search index...

    Interface ApplicationsResponse<Include>

    The cursor-paginated envelope returned by GET /applications.

    interface ApplicationsResponse<Include extends ApplicationInclude = never> {
        data: Application<Include>[];
        nextCursor: string | null;
    }

    Type Parameters

    Index

    Properties

    Properties

    nextCursor: string | null