wx-ezhan
    Preparing search index...

    Interface topicListRes

    interface topicListRes {
        current: number;
        data: topicRes[];
        size: number;
        total: number;
    }
    Index

    Properties

    Properties

    current: number
    data: topicRes[]
    size: number
    total: number