kpi พัฒนาตน
This commit is contained in:
parent
79a64bd5e9
commit
61ce529725
2 changed files with 219 additions and 17 deletions
|
|
@ -9,4 +9,9 @@ interface Pagination {
|
|||
sortBy: string;
|
||||
}
|
||||
|
||||
export type { DataOptions, Pagination };
|
||||
interface DataOptionTechnique {
|
||||
label: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
export type { DataOptions, Pagination, DataOptionTechnique };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue