UNPKG

qrcode-framework

Version:

9 lines (8 loc) 317 B
import { EggAppConfig, EggAppInfo, PowerPartial } from 'egg'; export declare type DefaultConfig = PowerPartial<EggAppConfig & BizConfig>; export interface BizConfig { redis: any; qrcode: any; } declare const _default: (_appInfo: EggAppInfo) => PowerPartial<EggAppConfig> & BizConfig; export default _default;