Files
WrenchAgents/src/app/modules/profile/ProfileModels.ts
T
CHIEFSOFT\ameye 4502274b95 first commit
2024-02-11 17:27:29 -05:00

7 lines
105 B
TypeScript

export interface IconUserModel {
name: string
avatar?: string
color?: string
initials?: string
}