MobX RESTful
    Preparing search index...

    Interface PageData<D>

    interface PageData<D extends DataObject> {
        pageData: D[];
        totalCount?: number;
    }

    Type Parameters

    Index

    Properties

    pageData: D[]
    totalCount?: number