UNPKG

@looker/sdk-node

Version:
8 lines (7 loc) 299 B
import type { IApiSettings, ICryptoHash, IPlatformServices, ITransport } from '@looker/sdk-rtl'; export declare class NodeServices implements IPlatformServices { crypto: ICryptoHash; settings: IApiSettings; transport: ITransport; constructor(services: Partial<IPlatformServices>); }