UI => IDP

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-26 13:46:04 +07:00
parent 311ff2d15c
commit d9ff26ac4a
7 changed files with 1198 additions and 396 deletions

View file

@ -66,6 +66,19 @@ interface FormChangeName {
documentId: string | null | undefined;
}
interface FormDataIDP {
topic: string;
development: string[];
otherAction: string;
otherPerson: string;
otherTraining: string;
developmentTarget: string;
developmentResults: string;
developmentReport: string;
status: string;
remark: string;
}
export type {
FormFilter,
FormAddPerson,
@ -73,4 +86,5 @@ export type {
DataNodeData,
QueryParams,
FormChangeName,
FormDataIDP,
};