Sanity Library Reference Docs
    Preparing search index...

    Interface InstallationsResponse<Include>

    The cursor-paginated envelope returned by GET /installations.

    interface InstallationsResponse<Include extends InstallationInclude = never> {
        data: Installation<Include>[];
        nextCursor: string | null;
    }

    Type Parameters

    Index

    Properties

    Properties

    nextCursor: string | null