ประกาศผล => fix bug

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-16 10:58:55 +07:00
parent a68a5d47ac
commit ad61a32ed9
5 changed files with 33 additions and 22 deletions

View file

@ -68,7 +68,10 @@ interface FormData {
email: string;
qualification: string;
}
interface DataCapacity {}
interface DataAchievement {
achievement: string;
detail: string;
}
export type {
DataOption,
@ -80,5 +83,5 @@ export type {
FormData,
ItemsTab,
OptionCheckbox,
DataCapacity,
DataAchievement,
};