File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
components/gitpod-protocol/src Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,18 @@ export interface ProfileDetails {
254254 companyName ?: string ;
255255 // the user's email
256256 emailAddress ?: string ;
257+ // name user prefers to be referred to as, in product / notifications
258+ preferredName ?: string ;
259+ // the user's company website
260+ companyWebsite ?: string ;
261+ // industry user works in
262+ workIndustry ?: string ;
263+ // freeform entry for industry user works in (when workIndustry is "other")
264+ workIndustryOther ?: string ;
265+ // what user hopes to accomplish when they signed up
266+ signupGoals ?: string ;
267+ // freeform entry for signup goals (when signupGoals is "other")
268+ signupGoalsOther ?: string ;
257269}
258270
259271export interface EmailNotificationSettings {
You can’t perform that action at this time.
0 commit comments