contentful.js
    Preparing search index...

    Type Alias CollectionBase<T>

    type CollectionBase<T> = {
        items: T[];
        limit: number;
        sys?: { type: "Array" };
    }

    Type Parameters

    • T
    Index
    items: T[]
    limit: number
    sys?: { type: "Array" }