first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-02-11 17:27:29 -05:00
commit 4502274b95
3060 changed files with 142768 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
export interface IconUserModel {
name: string
avatar?: string
color?: string
initials?: string
}