ปรับ kpi

This commit is contained in:
STW_TTTY\stwtt 2024-08-06 15:43:41 +07:00
parent 56fae384bf
commit b832a6e2a4
6 changed files with 174 additions and 127 deletions

View file

@ -53,6 +53,11 @@ interface FormComment {
reason: string;
}
interface DataOptions {
id: string;
name: string;
}
interface FormCommentByRole {
id: string;
topic: string;
@ -80,4 +85,5 @@ export type {
FormComment,
FormCommentByRole,
FormQuery,
DataOptions
};