new command module
This commit is contained in:
parent
612cd87689
commit
a750c4924c
13 changed files with 91 additions and 4 deletions
10
src/modules/18_command/interface/index/Main.ts
Normal file
10
src/modules/18_command/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