การพัฒนารายบุคคล (Individual Development Plan)
This commit is contained in:
parent
eac2fd5878
commit
3354bd3583
4 changed files with 1126 additions and 381 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue