Kaynağa Gözat

feat(types): 新增主体类型文件

caipin 3 yıl önce
ebeveyn
işleme
5939368fec
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      types/src/interface/subject.ts

+ 5 - 0
types/src/interface/subject.ts

@@ -0,0 +1,5 @@
+
+export interface ISubject {
+    ID: string;
+    institutionIDs: string[];
+  }