wx-ezhan
    Preparing search index...

    Variable storeConst

    store: EnhancedStore<
        {
            course: CourseState & PersistPartial;
            publishComment: {
                comment: string;
                isReply: boolean;
                parentCmtId: string;
                topicId: string;
            } & PersistPartial;
            user: UserState & PersistPartial;
        },
        UnknownAction,
        Tuple<[StoreEnhancer<{}>, StoreEnhancer]>,
    > = ...