UNPKG

@aappddeevv/dynamics-client-ui

Version:

## What is it? A library to help you create great dynamics applications.

6 lines (5 loc) 215 B
/** * Fetcher based on ye old XMLHttpRequest. */ import { Config, Request } from "./CRMWebAPI"; export declare function fetch(config: Config, request: Request, callback: (error: boolean, ctx: any) => void): void;