Merge branch 'develop' into devTee
This commit is contained in:
commit
37901242c7
6 changed files with 135 additions and 84 deletions
|
|
@ -101,4 +101,13 @@ interface Education {
|
|||
startDate: string;
|
||||
}
|
||||
|
||||
export type { OpType, DataPerson, Education };
|
||||
interface StatResponse {
|
||||
total: number;
|
||||
unContain: number;
|
||||
prepareContain: number;
|
||||
contain: number;
|
||||
disclaim: number;
|
||||
report: number;
|
||||
}
|
||||
|
||||
export type { OpType, DataPerson, Education, StatResponse };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue