UNPKG

noticebord-client

Version:

The official Typescript client library for the Noticebord API.

8 lines (7 loc) 136 B
export interface Paginated<T> { data: T; path: string; perPage: number; nextPageUrl: string; prevPageUrl: string; }