updated format code
This commit is contained in:
parent
b75d69ea08
commit
b14bad2249
241 changed files with 14012 additions and 13811 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
//ข้อมูล
|
||||
interface ResponseObject {
|
||||
nameGroupKPI: string,
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
|
||||
nameGroupKPI: string;
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue