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

    Type Alias PostPreview

    type PostPreview = {
        attachment: unknown;
        author: PostAuthor;
        body: string;
        community: Community;
        extension: PostExtension;
        postId: string;
        postType: string;
        publishedAt: number;
        sectionType: string;
        summary: PostSummary;
        title: string;
    }
    Index

    Properties

    attachment: unknown
    author: PostAuthor
    body: string
    community: Community
    extension: PostExtension
    postId: string
    postType: string
    publishedAt: number
    sectionType: string
    summary: PostSummary
    title: string