UNPKG

@aappddeevv/dynamics-client-ui

Version:

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

4 lines (3 loc) 209 B
/** Create a https, urllib FetchProvider. */ import { Config, Request } from "./CRMWebAPI"; export declare function fetch(config: Config, request: Request, callback: (error: boolean, ctx: any) => void): void;