UNPKG

@sauce-api/core

Version:

Sauce API core functionality

8 lines (7 loc) 310 B
import { RouteParam } from "../RouteParam"; /** * @deprecated please use getPaginatedParams() instead of PaginationParams. * PaginationParams will be removed in a future release */ export declare const PaginationParams: RouteParam[]; export declare const getPaginationParams: (max?: number) => RouteParam[];