contentful.js
    Preparing search index...

    Type Alias EntryResourceLink<EntrySkeleton>

    type EntryResourceLink<EntrySkeleton extends EntrySkeletonType> = {
        entry: EntrySkeleton;
        type: "EntryResourceLink";
    }

    Type Parameters

    Index

    entry

    type: "EntryResourceLink"