start commit for admin system
This commit is contained in:
commit
badb676529
300 changed files with 58634 additions and 0 deletions
14
src/interface/main.ts
Normal file
14
src/interface/main.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
interface DataOption {
|
||||
id: string;
|
||||
label: string;
|
||||
}
|
||||
interface FormProfile {
|
||||
id: string;
|
||||
avatar: string;
|
||||
fullName: string;
|
||||
position: string;
|
||||
positionLevel: string;
|
||||
organization: string;
|
||||
}
|
||||
|
||||
export type { DataOption, FormProfile };
|
||||
Loading…
Add table
Add a link
Reference in a new issue