// ExpectedType: Layer.Layer<never, ConfigError, AIApp | BotAdapter>
const AppLayer = Layer.merge(AIAppLive, BotAdapterLive);
// ExpectedType: AIApp | BotAdapter
// type AppLayer = Layer.infer<typeof AppLayer>; //?
// ExpectedType: Layer.Layer<never, ConfigError, AIApp | BotAdapter>
const AppLayer = Layer.merge(AIAppLive, BotAdapterLive);
// ExpectedType: AIApp | BotAdapter
// type AppLayer = Layer.infer<typeof AppLayer>; //?