@ccw-api/api
    Preparing search index...

    Interface SearchResultStudent

    interface SearchResultStudent {
        pageResult: PagesRes<SearchStudent>;
        type: "STUDENT";
    }
    Index

    Properties

    Properties

    pageResult: PagesRes<SearchStudent>
    type: "STUDENT"