UNPKG

easy-express-cwa

Version:

CLI tool to setup a common Express.js backend developed by codewithashim

7 lines (6 loc) 122 B
export type IPaginationOptions = { page?: number; limit?: number; sortBy?: string; sortOrder?: 'asc' | 'desc'; };