Files
digifi-bko/src/app/modules/process/ProfileModels.ts
T
2024-04-25 10:57:21 +01:00

7 lines
105 B
TypeScript

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