package human import "time" type Human struct { ID string Email string EmailPrefix string EmailNotificationsEnabled bool LastEmailNotificationSentAt *time.Time CreatedAt time.Time }