@@ -0,0 +1,6 @@
import type { Schema } from "effect"
export interface Form<A, I, R> {
readonly schema: Schema.Schema<A, I, R>
}
@@ -0,0 +1 @@
export * as Form from "./Form.js"
The note is not visible to the blocked user.