This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
SmartCost
/
SCCommon
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
feat(types): 新增主体类型文件
caipin
hace 3 años
padre
73a83343ff
commit
5939368fec
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
types/src/interface/subject.ts
+ 5
- 0
types/src/interface/subject.ts
Ver fichero
@@ -0,0 +1,5 @@
+
+export interface ISubject {
+ ID: string;
+ institutionIDs: string[];
+ }