UNPKG

@platform/cell.client

Version:

A strongly typed HTTP client for operating with a CellOS service end-point.

7 lines (6 loc) 173 B
import { t } from '../common'; export declare function HttpClientCellDb(args: { parent: t.IHttpClientCell; urls: t.IUrls; http: t.Http; }): t.IHttpClientCellDb;