UNPKG

@eggjs/dal-plugin

Version:
11 lines (10 loc) 356 B
import type { Application, ILifecycleBoot } from 'egg'; export default class DalAppBootHook implements ILifecycleBoot { private readonly app; private dalTableEggPrototypeHook; private dalModuleLoadUnitHook; private transactionPrototypeHook; constructor(app: Application); configWillLoad(): void; beforeClose(): Promise<void>; }