@ccw-api/api
    Preparing search index...
    type Res = {
        commenterId: number;
        content: string;
        createdAt: number;
        ext: null;
        id: number;
        parentId: null;
        receiverId: null;
        replyToId: null;
        sectionType: SectionType;
        status: "PUBLISHED";
        topicId: number;
        updatedAt: number;
        weight: null;
    }
    Index

    Properties

    commenterId: number
    content: string
    createdAt: number
    ext: null
    id: number
    parentId: null
    receiverId: null
    replyToId: null
    sectionType: SectionType
    status: "PUBLISHED"
    topicId: number
    updatedAt: number
    weight: null