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
/
action
/
index.d.ts
8 lines
(7 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
function
start
(
{ teacherName, studentUid, password, timeout, callback, }: { teacherName:
string
; studentUid:
string
; password:
string
; timeout?:
number
; callback?:
Function
; }
):
Promise
<
() =>
void
>;