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
/
cjs
/
action
/
utils.d.ts
7 lines
(6 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
Course
}
from
'../http'
;
export
declare
function
findTeacher
(
findTeacherName
:
string
,
courses
:
Course
[]
): {
teacherName
:
string
;
courseId
:
import
(
"../http"
).
ParamType
;
teacherUid
:
import
(
"../http"
).
ParamType
; };