UNPKG

@villedemontreal/workit-types

Version:
6 lines (5 loc) 89 B
export interface IPaging { from: number; size: number; totalCount: number; }