UNPKG

@looker/embed-services

Version:
11 lines (10 loc) 349 B
import { NodeSession } from '@looker/sdk-node'; export declare const getRootPath: () => string; export declare const rootFile: (fileName?: string) => string; export declare const session: NodeSession; export declare const timeout = 3600000; interface ITestConfig { testData: any; } export declare const TestConfig: () => ITestConfig; export {};