updated format code

This commit is contained in:
Warunee Tamkoo 2024-09-03 11:28:01 +07:00
parent b75d69ea08
commit b14bad2249
241 changed files with 14012 additions and 13811 deletions

View file

@ -50,17 +50,17 @@ interface NewPagination {
}
interface FormListMainByRole {
page:number
pageSize:number
position:string
round:string
keyword:string
year:number|null
page: number;
pageSize: number;
position: string;
round: string;
keyword: string;
year: number | null;
}
interface ListGroup{
id:string
nameGroupKPI:string
interface ListGroup {
id: string;
nameGroupKPI: string;
}
interface FormQueryCapacity {
@ -77,5 +77,5 @@ export type {
NewPagination,
FormQueryCapacity,
ListGroup,
FormListMainByRole
FormListMainByRole,
};

View file

@ -63,7 +63,7 @@ interface FormCommentByRole {
topic: string;
reason: string;
createdFullName: string;
score:string
score: string;
reasonEvaluator: string;
reasonCommander: string;
reasonCommanderHigh: string;
@ -91,5 +91,5 @@ export type {
FormCommentByRole,
FormQuery,
DataOptions,
DataOptionTechnique
DataOptionTechnique,
};

View file

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