import { EggAppConfig, PowerPartial } from 'egg'; export default () => { const config: PowerPartial = {}; return config; };