contentful.js
    Preparing search index...

    Type Alias EntryContentTypeQuery<T>

    type EntryContentTypeQuery<T extends string> = {
        content_type: T;
    }

    Type Parameters

    • T extends string
    Index
    content_type: T