UNPKG

@platform/cell.client

Version:

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

9 lines (8 loc) 279 B
import { t } from '../common'; export * from './HttpClientCellLinks.info'; export declare function HttpClientCellLinks(args: { uri: t.ICellUri; urls: t.IUrls; http: t.Http; getInfo: () => Promise<t.IHttpClientResponse<t.IResGetCell>>; }): t.IHttpClientCellLinks;