dialog ไม่เเสร็จดี

This commit is contained in:
STW_TTTY\stwtt 2024-05-13 17:50:26 +07:00
parent 03ea92dbe9
commit 61b38de30c
4 changed files with 1016 additions and 0 deletions

View file

@ -53,6 +53,16 @@ interface FormComment {
reason: string;
}
interface FormCommentByRole {
id: string;
topic: string;
reason: string;
reasonEvaluator: string;
reasonCommander: string;
reasonCommanderHigh: string;
}
export type {
FormProfile,
FormDataAssigned,
@ -60,4 +70,5 @@ export type {
ListCriteria,
ListCapacity,
FormComment,
FormCommentByRole,
};