UNPKG

@hubs101/js-api-skd-client

Version:
3 lines (2 loc) 171 B
import { Page } from "./types"; export declare const _fetchPages: (basePath: string, token: string, eventId: string, nbPage?: number, params?: string) => Promise<Page[]>;