UNPKG

@etherspot/data-utils

Version:
7 lines (5 loc) 98 B
declare class PaginationDto { page?: number; limit?: number; } export { PaginationDto };