Interface PageData<D>

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

Type Parameters

Properties

pageData: D[]
totalCount?: number
MMNEPVFCICPMFPCPTTAAATR