UNPKG

@scu-xiaochuan/scu-pecourse-utils

Version:

9 lines (8 loc) 184 B
export type ParamType = number | string; export type Course = { courseName: string; areaName: string; teacherName: string; id: ParamType; teacherUid: ParamType; };