UNPKG

@causalfoundry/js-sdk

Version:

Causal Foundry WEB SDK (JS/TS)

5 lines (4 loc) 115 B
export interface NetworkProxy { get(url: string): Promise<Object>; send(url: string, payload: any): any; }