mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
11 lines
181 B
TypeScript
11 lines
181 B
TypeScript
export * from './dist/index';
|
|
|
|
declare module '@midwayjs/core/dist/interface' {
|
|
interface MidwayConfig {
|
|
book?: PowerPartial<{
|
|
a: number;
|
|
b: string;
|
|
}>;
|
|
}
|
|
}
|