เพิ่่ม stroe เก็บ listDevelopment

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-28 09:58:40 +07:00
parent 563f3e1b16
commit cc98d336d4
10 changed files with 182 additions and 578 deletions

View file

@ -67,11 +67,6 @@ interface ItemTab {
label: string;
}
interface DataItemsDevelopment {
value: string;
label: string;
}
interface Request {
createdAt: string;
createdFullName: string;
@ -100,6 +95,5 @@ export type {
ItemTab,
DataOptionEducation,
DataOptionEducationLevel,
DataItemsDevelopment,
Request,
};