updated role menu
This commit is contained in:
parent
6f861c0027
commit
429e2bde32
9 changed files with 8 additions and 7 deletions
10
src/modules/04_registryNew/interface/index/Main.ts
Normal file
10
src/modules/04_registryNew/interface/index/Main.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
interface Pagination {
|
||||
rowsPerPage: number;
|
||||
}
|
||||
|
||||
interface DataOption {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export type { Pagination, DataOption };
|
||||
Loading…
Add table
Add a link
Reference in a new issue