UNPKG

@mwcp/ali-oss

Version:
14 lines (13 loc) 657 B
import { ILifeCycle, ILogger, MidwayEnvironmentService, MidwayInformationService, MidwayWebRouterService } from '@midwayjs/core'; import { Application } from '@mwcp/share'; import { Config } from './lib/types.js'; export declare class AutoConfiguration implements ILifeCycle { readonly app: Application; protected readonly environmentService: MidwayEnvironmentService; protected readonly informationService: MidwayInformationService; protected readonly webRouterService: MidwayWebRouterService; protected readonly logger: ILogger; protected readonly config: Config; onConfigLoad(): Promise<void>; onReady(): Promise<void>; }