การติดตามประเมินผล และอื่นๆ

This commit is contained in:
STW_TTTY\stwtt 2024-04-01 13:42:24 +07:00
parent e13f6fecb3
commit c060a2bd0e
4 changed files with 334 additions and 43 deletions

View file

@ -3,4 +3,9 @@ interface DataOption {
name: string;
}
export type { DataOption };
interface DataOptionCheckBox {
label: string;
value: string;
}
export type { DataOption,DataOptionCheckBox };