interface TrovaTripMicroAppsConfig {
    TROVA_HOST_PROFILE: HostProfileConfig;
    TROVA_TRIP_PAGES: TripPagesConfig;
    [key: string]: MicroAppConfig;
}

Indexable

  • [key: string]: MicroAppConfig

Properties

TROVA_HOST_PROFILE: HostProfileConfig
TROVA_TRIP_PAGES: TripPagesConfig