รายการตัวชี้วัดตามตำแหน่ง api

This commit is contained in:
STW_TTTY\stwtt 2024-04-19 16:42:52 +07:00
parent 25932352a6
commit 3a7f46a9a2
3 changed files with 156 additions and 31 deletions

View file

@ -48,4 +48,8 @@ interface NewPagination {
sortBy: string;
}
export type { FormQueryRound, FormRound, FormCompetency, FormDataRole,NewPagination };
interface ListGroup{
id:string
nameGroupKPI:string
}
export type { FormQueryRound, FormRound, FormCompetency, FormDataRole,NewPagination,ListGroup };