UNPKG

@benshi.ai/js-sdk

Version:

Benshi SDK

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