UNPKG

event-app-api

Version:

Package for easy access to Event App API

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