© 2026 Hedgehog Software, LLC
class ConfigContext extends Ctx.Tag('ConfigContext')< ConfigContext, { parse: () => unknown }>(){}:
parse
type ConfigContext<C> = { parse: () => C }