Β© 2026 Hedgehog Software, LLC
const config = Config.all({ hello: Config.string("hello"); }); type MyConfig = Config.TypeOf<typeof config>; // => { hello: string } // basically `Config.TypeOf<T> = T extends Config<infer A> ? A : never
Effect.R<typeof effect>
Effect.E
Effect.A