Interface SearchPaging

interface SearchPaging {
    agents?: PagingInterface;
    apps?: PagingInterface;
    tools?: PagingInterface;
    models?: PagingInterface;
}

Properties