@ccw-api/api
    Preparing search index...
    type Req = {
        commenter?: {
            accountOid: MongoDBId;
            accountType: AccountTypes;
            avatar: CNameOssUrl;
        };
        content: string;
        sectionType: SectionType;
        topic: MinimalTopicInfo;
    }
    Index

    Properties

    commenter?: {
        accountOid: MongoDBId;
        accountType: AccountTypes;
        avatar: CNameOssUrl;
    }

    这个实际上是没必要的

    content: string
    sectionType: SectionType