shared/src/types/HostInfo.types
Enumerations
Enumeration
Description
1P only Default environment is prod.
Represents whether analytics are sent. By default analytics are sent.
List of supported locales. Default locale is ENGLISH (en_US).
-
-
Interfaces
Interface
Description
Params to configure the application.
This interface describes the properties computed from host session.
This interface describes the properties provided by client.
Type Aliases
Type Alias
Description
Config params for 1P and 3P. It is a union of ConfigParams1P and ConfigParams3P.
Host info for 1P and 3P. It is a union of HostInfo1P and HostInfo3P.
Host info for 1P and 3P. It is a union of HostInfoSpecifiedBase and HostInfo3P.
Extended host information that includes both computed and specified properties. It is a union of HostInfoComputed for computed properties and HostInfoSpecified for client-specified properties.
Variables
Variable
Description
Display names for HostType values (e.g. "1st party", "3rd party").