UNPKG

@shinkashi/insight-sdk

Version:

Solution Insight SDK for JavaScript

7 lines 237 B
import { InsightClient } from "./client"; export declare class InsightACMPEnvService { readonly cmp: InsightClient; constructor(cmp: InsightClient); get<T extends object>(): Promise<T>; } //# sourceMappingURL=acmpEnv.d.ts.map