@ccw-api/api
    Preparing search index...
    type Req = {
        parentId: number;
        statuses: ("PUBLISHED" | "FOLDED")[];
        topicId: number;
    }
    Index

    Properties

    parentId: number
    statuses: ("PUBLISHED" | "FOLDED")[]
    topicId: number