Merge branch 'develop' into devTee
# Conflicts: # src/api/15_development/api.development.ts # src/modules/15_development/interface/index/Main.ts # src/modules/15_development/interface/request/Main.ts
This commit is contained in:
commit
5c1747262f
12 changed files with 210 additions and 98 deletions
|
|
@ -22,4 +22,18 @@ interface FormFilter {
|
|||
isProbation: boolean | null;
|
||||
}
|
||||
|
||||
export type { DataOption, DataOptionCheckBox,FormFilter };
|
||||
interface ItemsMenu {
|
||||
label: string;
|
||||
value: string;
|
||||
icon: string;
|
||||
color: string;
|
||||
}
|
||||
|
||||
interface NewPagination {
|
||||
descending: boolean;
|
||||
page: number;
|
||||
rowsPerPage: number;
|
||||
sortBy: string;
|
||||
}
|
||||
|
||||
export type { DataOption, DataOptionCheckBox, ItemsMenu, NewPagination ,FormFilter};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue