import { Schema } from "effect" export interface Form { readonly schema: Schema.Schema }