vot.js - v2.4.12
    Preparing search index...
    type Post = {
        blocks: [VideoBlock, LinkGroupBlock];
        description: string;
        hash_id: string;
        id: number;
        locale: string;
        slug: string;
        status: "published";
        title: string;
    }
    Index

    Properties

    description: string
    hash_id: string
    id: number
    locale: string
    slug: string
    status: "published"
    title: string