UNPKG

@arsendoman/book-publisher-store

Version:

A Nest.js package for book publishing and storing

6 lines (5 loc) 84 B
export interface IPagination { page: number; limit: number; offset: number; }