การพัฒนารายบุคคล (Individual Development Plan)

This commit is contained in:
STW_TTTY\stwtt 2024-08-28 15:32:10 +07:00
parent eac2fd5878
commit 3354bd3583
4 changed files with 1126 additions and 381 deletions

View file

@ -76,6 +76,11 @@ interface FormQuery {
keyword: string;
}
interface DataOptionTechnique {
label: string;
value: string;
}
export type {
FormProfile,
FormDataAssigned,
@ -85,5 +90,6 @@ export type {
FormComment,
FormCommentByRole,
FormQuery,
DataOptions
DataOptions,
DataOptionTechnique
};