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