Files
base/internal/domain/profile/hero.go
2026-04-10 18:25:21 +03:30

13 lines
235 B
Go

package profile
type Hero struct {
Role *Role
FirstName string
LastName string
Company string
ShortDescription string
ResumeLink string
CTAEnabled bool
Avatar string
}