updated status contain

This commit is contained in:
Warunee Tamkoo 2024-10-07 17:39:18 +07:00
parent ca5b49d16b
commit f891926553
3 changed files with 28 additions and 9 deletions

View file

@ -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 };