vot.js - v2.4.18
    Preparing search index...

    Type Alias PostData

    type PostData = {
        attributes: PostDataAttributes;
        id: string;
        relationships?: unknown;
        type: string;
    }
    Index
    attributes: PostDataAttributes
    id: string
    relationships?: unknown
    type: string