Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-05-02 16:16:41 +07:00
commit e9a4ff1d31
16 changed files with 892 additions and 913 deletions

View file

@ -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 };