UNPKG

@hubs101/booking-api-skd-client

Version:
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;