Refactoring code module 03_logs
This commit is contained in:
parent
c11ff006eb
commit
2e9bbe3dd1
5 changed files with 115 additions and 113 deletions
|
|
@ -1,5 +1,11 @@
|
|||
interface Pagination {
|
||||
page: number;
|
||||
rowsPerPage: number;
|
||||
}
|
||||
|
||||
export type { Pagination };
|
||||
interface ItemsDropdown {
|
||||
labal: string;
|
||||
val: string;
|
||||
}
|
||||
|
||||
export type { Pagination, ItemsDropdown };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue