UNPKG

@platform/cell.client

Version:

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

7 lines (6 loc) 189 B
import { t } from '../common'; export declare function HttpClientCellLinksInfo(args: { links: t.ICellData['links']; urls: t.IUrls; http: t.Http; }): t.IHttpClientCellLinksInfo;