#
General Types
These are types that are not endpoint-specific, and are used globally across the application. There are also some types that serve as building blocks for more complex ones.
#
HealthboxConfig
Type Global configuration object for myHealthbox SDK client.
#
LocaleOptions
Type Contains shared locale properties. Used as building block for other option types.
#
PaginationOptions
Type
Contains shared pagination properties. Used as building block for other option types. limit
property has a max supported value of 100.
#
RestrictToFieldOptions<T>
Type A generic type that accepts an enum of endpoint-specific fields as its generic parameter. Used as building block for other option types.
#
HealthboxCountry
Enum An enum of countries, supported by myHealthbox API
#
HealthboxLanguage
Enum An enum of languages, supported by myHealthbox API