UNPKG
@cool-midway/task
Version:
beta (8.0.0-beta.2)
latest (8.0.2)
8.0.2
8.0.1
8.0.0
8.0.0-beta.2
7.0.0
7.0.0-beta1
6.0.0
6.0.0-beta1
5.0.2
5.0.1
5.0.0
cool-admin midway task
@cool-midway/task
/
index.d.ts
11 lines
(9 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
*
from
'./dist/index'
;
declare
module
'@midwayjs/core/dist/interface'
{
interface
MidwayConfig
{
book
?:
PowerPartial
<{
a
:
number
;
b
:
string
; }>; } }