contentful.js
    Preparing search index...

    Interface AssetFields

    interface AssetFields {
        description?: string;
        file?: AssetFile;
        title?: string;
    }
    Index
    description?: string
    file?: AssetFile
    title?: string