Merge branch 'develop' into devTee
This commit is contained in:
commit
e9a4ff1d31
16 changed files with 892 additions and 913 deletions
|
|
@ -2,5 +2,13 @@ interface DataOption {
|
|||
id: string;
|
||||
label: string;
|
||||
}
|
||||
interface FormProfile {
|
||||
id: string;
|
||||
avatar: string;
|
||||
fullName: string;
|
||||
position: string;
|
||||
positionLevel: string;
|
||||
organization: string;
|
||||
}
|
||||
|
||||
export type { DataOption };
|
||||
export type { DataOption, FormProfile };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue