vot.js - v2.4.12
    Preparing search index...
    type PostPreview = {
        attachment: unknown;
        author: SharedTypes.WeverseType.PostAuthor;
        body: string;
        community: SharedTypes.WeverseType.Community;
        extension: SharedTypes.WeverseType.PostExtension;
        postId: string;
        postType: string;
        publishedAt: number;
        sectionType: string;
        summary: SharedTypes.WeverseType.PostSummary;
        title: string;
    }
    Index

    Properties

    attachment: unknown
    body: string
    postId: string
    postType: string
    publishedAt: number
    sectionType: string
    title: string