UNPKG

event-booking-api

Version:

Package for easy access to Event App API

5 lines (4 loc) 295 B
import { ErrorType } from "./types"; export declare const trimUndefined: (obj: any) => Record<string, any>; export declare const postRequest: (url: string, body?: any, token?: string, headers?: any) => Promise<any>; export declare const createErrorMessageFromError: (data: ErrorType) => string;