IHubUserOrgSettings

Interface

Defines the properties of a Hub Org's settings stored on a IHubUser.

IMPT NOTE: this is a TEMPORARY solution and should be used sparingly. We are currently allowing these settings to live on a user entity to allow for updating these settings in the user workspace using the entity-editor. In the long term, we'd want these to be updated in an org-specific workspace, rather than in the user workspace.

We do NOT EVER want to rely on reading from these props on the user entity to dictate what an org setting should look like.

Properties

Property Type Notes
showInformationalBanner Optional boolean
signupText Optional string
termsAndConditions Optional string

Interface defined in common/src/core/types/IHubUser.ts:88