/**
* Returns paginated items list.
*
* You can use the generic T to supply a wrapper type of the crud model.
*
* @throws {ClientResponseError}
*/
getList<T = M>(page?: number, perPage?: number, options?: ListOptions): Promise<ListResult<T>>;
you can use renalyze’s @throws, but if I remember correctly it only works inside the same package, ideally we should change this so it works in monorepos and dependent packages.