UNPKG

@causalfoundry/js-sdk

Version:

Causal Foundry WEB SDK (JS/TS)

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