Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-10-08 10:45:40 +07:00
commit 37901242c7
6 changed files with 135 additions and 84 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 };