MCPcopy
hub / github.com/Tencent/CodeAnalysis / OrgData

Interface OrgData

web/packages/tca-manage/src/modules/jobs/types.ts:2–11  ·  view source on GitHub ↗

团队数据结构

Source from the content-addressed store, hash-verified

1/** 团队数据结构 */
2interface OrgData {
3 /** 团队唯一标识 */
4 org_sid: string;
5 /** 团队名称 */
6 name: string;
7 /** 团队级别 */
8 level: number;
9 /** 团队使用状态 */
10 status: number
11}
12
13/** 项目组数据结构 */
14interface TeamData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected