UNPKG
yy217-api
Version:
latest (1.4.0)
1.4.0
a API Client for YNU
github.com/ynu/api
ynu/api
yy217-api
/
dist
/
yjs
/
type
/
yjs_dm.d.ts
23 lines
(22 loc)
•
302 B
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
/** * 在校研究生组织机构查询参数 */
export
type
DmQueryParams = {
/** * 代码 */
dm?:
string
; };
/** * 在校研究生组织机构响应结果 */
export
type
DmResult = {
/** * 名称 */
MC:
string
;
/** * 代码 */
DM:
string
; };