UNPKG
ynu-api
Version:
latest (2.0.0)
2.0.0
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
a API Client for YNU
github.com/ynu/api
ynu/api
ynu-api
/
src
/
yjs
/
type
/
yjs_dm.ts
24 lines
(22 loc)
•
324 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/** * 在校研究生组织机构查询参数 */
export
type
DmQueryParams = {
/** * 代码 */
dm?:
string
, }
/** * 在校研究生组织机构响应结果 */
export
type
DmResult = {
/** * 名称 */
MC:
string
,
/** * 代码 */
DM:
string
, }