UNPKG
@cake-fxd/cake-cli-presets
Version:
latest (1.0.1)
1.0.1
1.0.0
蛋糕英语前端模版项目集合
@cake-fxd/cake-cli-presets
/
templates
/
h5
/
src
/
typings
/
res.ts
8 lines
(6 loc)
•
114 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
AllType
}
from
'./base'
export
interface
BaseResponse
{
code
:
number
data
?:
AllType
msg
:
string
}