updated status contain
This commit is contained in:
parent
ca5b49d16b
commit
f891926553
3 changed files with 28 additions and 9 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