UNPKG

@looker/sdk

Version:
6 lines (5 loc) 286 B
import type { IAuthSession, IHostConnection } from '@looker/sdk-rtl'; import { Looker40SDK } from './4.0/methods'; export declare class LookerExtensionSDK { static createClient(hostConnection: IHostConnection, _type?: new (authSession: IAuthSession) => Looker40SDK): Looker40SDK; }