@@ -0,0 +1,13 @@
import { Schema } from "@effect/schema"
export function Jsonifiable<
A,
I,
R,
Fields extends Schema.Struct.Fields
>(
schema: Schema.Schema<A, I, R>
) {
}
The note is not visible to the blocked user.