เพิ่ม interface ให้ any
This commit is contained in:
parent
7d3c48142c
commit
77ccaec4e3
18 changed files with 259 additions and 73 deletions
|
|
@ -93,6 +93,15 @@ interface DataOption {
|
|||
zipCode?: string;
|
||||
}
|
||||
|
||||
interface DataOptioninfo {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
interface docList {
|
||||
pathName: string;
|
||||
fileName: string;
|
||||
}
|
||||
|
||||
interface zipCodeOption {
|
||||
id: string;
|
||||
name: string;
|
||||
|
|
@ -207,4 +216,6 @@ export type {
|
|||
Goverment,
|
||||
DataOption,
|
||||
zipCodeOption,
|
||||
DataOptioninfo,
|
||||
docList
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue