เพิ่ม interface ให้ any
This commit is contained in:
parent
7d3c48142c
commit
77ccaec4e3
18 changed files with 259 additions and 73 deletions
|
|
@ -73,6 +73,14 @@ positionEmployeeLevel:string
|
|||
oc:string
|
||||
probation:string
|
||||
}
|
||||
interface OpfillterType {
|
||||
id:number
|
||||
value:string
|
||||
}
|
||||
interface CriteriaType {
|
||||
criteriaType: string;
|
||||
criteriaValue: string;
|
||||
}
|
||||
export type {
|
||||
FormPlacementMainData,
|
||||
FormOrderPlacementMainData,
|
||||
|
|
@ -81,4 +89,6 @@ export type {
|
|||
FormProbationDetail,
|
||||
FormProbationPersonal,
|
||||
mapData,
|
||||
OpfillterType,
|
||||
CriteriaType
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue