kpi พัฒนาตน

This commit is contained in:
STW_TTTY\stwtt 2024-07-17 16:16:41 +07:00
parent 79a64bd5e9
commit 61ce529725
2 changed files with 219 additions and 17 deletions

View file

@ -9,4 +9,9 @@ interface Pagination {
sortBy: string;
}
export type { DataOptions, Pagination };
interface DataOptionTechnique {
label: string;
value: string;
}
export type { DataOptions, Pagination, DataOptionTechnique };