- linting correction in pagination.ts

- npm updates for core-js and webpack
- xslt transformations for bounding boxes
This commit is contained in:
Arno Kaimbacher 2022-06-02 14:56:38 +02:00
parent 43fb919064
commit f1de1c30e7
4 changed files with 68 additions and 59 deletions

View file

@ -1,6 +1,6 @@
import { Dataset } from "./dataset";
export interface Pagination {
export interface Pagination {
total: number;
per_page?: number;
current_page: number;