© 2026 Hedgehog Software, LLC
import * as S from "@effect/schema/Schema"; export type Route = S.Schema.To<typeof Route>; export const Route = S.string.pipe(S.brand("Action"));