UNPKG

@5minds/processcube_engine

Version:

The ProcessCube Engine. Stores and executes BPMNs.

10 lines (9 loc) 506 B
import { DataModels, IApplicationInfoExtensionAdapter } from '@5minds/processcube_engine_sdk'; import { ApplicationInfoService } from '../../../Api/Services'; export declare class ApplicationInfoExtensionAdapter implements IApplicationInfoExtensionAdapter { private readonly applicationInfoService; private readonly logger; constructor(applicationInfoService: ApplicationInfoService); getApplicationInfo(): Promise<DataModels.ApplicationInfo>; getAuthorityAddress(): Promise<string>; }