UNPKG

@c8y/bootstrap

Version:

Bootstrap layer

10 lines (9 loc) 380 B
import type { IApplication, ICurrentTenant, IUser } from '@c8y/client'; import type { RemoteModuleFactoryWithMetadata } from '../plugins/plugins'; export interface BootstrapMetaData { options: Record<string, any>; currentUser?: IUser; currentApp?: IApplication; currentTenant?: ICurrentTenant; remoteModuleFactories?: Array<RemoteModuleFactoryWithMetadata>; }