UNPKG

@looker/sdk-rtl

Version:
9 lines (8 loc) 266 B
import type { IApiSettings } from './apiSettings'; import type { ITransport } from './transport'; import type { ICryptoHash } from './cryptoHash'; export interface IPlatformServices { settings: IApiSettings; transport: ITransport; crypto: ICryptoHash; }