@platform/cell.client
Version:
A strongly typed HTTP client for operating with a CellOS service end-point.
12 lines (11 loc) • 457 B
TypeScript
import { HttpClient } from '../Client.http';
import { saveMonitor, typesystem } from '../Client.typesystem';
import { t, TypeSystem } from '../common';
export declare class Client {
static Http: typeof HttpClient;
static TypeSystem: typeof TypeSystem;
static http(input?: t.ClientHttpInput): t.IHttpClient;
static saveMonitor: typeof saveMonitor;
static typesystem: typeof typesystem;
static env(env: t.IEnv): t.IClientTypesystem;
}