UNPKG

@datalayer/core

Version:
10 lines (9 loc) 354 B
import { JSONObject } from '@lumino/coreutils'; import { IIAMProviderName } from './IAMProvidersSpecs'; export declare function asIAMProviderLinked(iamProvider: any): IIAMProviderLinked; export type IIAMProviderLinked = { iamProviderName: IIAMProviderName; linkedAccount: JSONObject; linkedAccountUrl: string; linkedAccountId: string; };