UNPKG
@scu-xiaochuan/scu-pecourse-utils
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
@scu-xiaochuan/scu-pecourse-utils
/
esm
/
http
/
apiTypes.d.ts
9 lines
(8 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
type
ParamType
=
number
|
string
;
export
type
Course
= {
courseName
:
string
;
areaName
:
string
;
teacherName
:
string
;
id
:
ParamType
;
teacherUid
:
ParamType
; };