@ccw-api/api
    Preparing search index...
    type Res = {
        author: PostAuthor;
        authorOid: MongoDBId;
        collectCount: null | number;
        commentCount: number;
        content: string;
        createdAt: number;
        draftContent: null | string;
        excerpt: string;
        featureImage: PostFeatureImage;
        keywords: null | string[];
        oid: MongoDBId;
        pageView: number;
        publishedAt: number;
        rank: "EXCELLENT" | "ORDINARY";
        rankUpdatedAt: null | number;
        reviewedAt: number;
        slug: string;
        status: string;
        tagRefs: PostTag[];
        tags: string[];
        title: string;
        updatedAt: number;
        visibility: string;
    }
    Index

    Properties

    author: PostAuthor
    authorOid: MongoDBId
    collectCount: null | number
    commentCount: number
    content: string
    createdAt: number
    draftContent: null | string
    excerpt: string
    featureImage: PostFeatureImage
    keywords: null | string[]
    pageView: number
    publishedAt: number
    rank: "EXCELLENT" | "ORDINARY"
    rankUpdatedAt: null | number
    reviewedAt: number
    slug: string
    status: string
    tagRefs: PostTag[]
    tags: string[]
    title: string
    updatedAt: number
    visibility: string