qrcode-framework
Version:
8 lines (7 loc) • 299 B
TypeScript
import { EggAppConfig, EggAppInfo, PowerPartial } from 'egg';
export declare type DefaultConfig = PowerPartial<EggAppConfig & BizConfig>;
export interface BizConfig {
test: any;
}
declare const _default: (_appInfo: EggAppInfo) => PowerPartial<EggAppConfig> & BizConfig;
export default _default;