การติดตามประเมินผล และอื่นๆ
This commit is contained in:
parent
e13f6fecb3
commit
c060a2bd0e
4 changed files with 334 additions and 43 deletions
|
|
@ -3,4 +3,9 @@ interface DataOption {
|
|||
name: string;
|
||||
}
|
||||
|
||||
export type { DataOption };
|
||||
interface DataOptionCheckBox {
|
||||
label: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
export type { DataOption,DataOptionCheckBox };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue