UNPKG

@villedemontreal/workit-bpm-client

Version:

Camunda BPM client for WorkIt that works with Camunda platform powered by TypeScript

7 lines (6 loc) 411 B
import { IPaginationOptions, IPaging, IWorkflowOptions } from '@villedemontreal/workit-types'; export declare class PaginationUtils { static setCamundaBpmPaginationParams<T = any>(params: T, options?: Partial<IWorkflowOptions & IPaginationOptions>): T; static getPagingFromOptions(totalCount: number, options?: (any & IPaginationOptions) | undefined): IPaging; private static _DEFAULT_SIZE_ITEMS; }