Merge branch 'develop' into devTee

# Conflicts:
#	src/api/14_KPI/api.KPI.ts
This commit is contained in:
STW_TTTY\stwtt 2024-04-19 14:19:06 +07:00
commit 7f0411e710
19 changed files with 1338 additions and 1192 deletions

View file

@ -7,6 +7,7 @@ interface FormQueryRound {
interface FormRound {
durationKPI: string;
year: number | null;
startDate: Date | null;
endDate: Date | null;
}

View file

@ -0,0 +1,7 @@
//ข้อมูล
interface ResponseObject {
nameGroupKPI: string,
}
export type { ResponseObject };