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

    Type Alias Post

    type Post = {
        blocks: [VideoBlock, LinkGroupBlock];
        description: string;
        hash_id: string;
        id: number;
        locale: string;
        slug: string;
        status: "published";
        title: string;
    }
    Index
    description: string
    hash_id: string
    id: number
    locale: string
    slug: string
    status: "published"
    title: string