© 2026 Hedgehog Software, LLC
import { Config } from "effect"; const SOMETHING = Config.nonEmptyString().pipe(Config.withDefault("something"));
const SOMETHING = Schema.Config("SOMETHING", Schema.NonEmptyTrimmedString);
Schema.Config
SOMETHING
undefined