cool-admin-midway/packages/es/index.d.ts

11 lines
181 B
TypeScript
Raw Normal View History

2023-04-04 09:15:48 +08:00
export * from './dist/index';
declare module '@midwayjs/core/dist/interface' {
interface MidwayConfig {
book?: PowerPartial<{
a: number;
b: string;
}>;
}
}