This commit is contained in:
13
src/effect/schema/Jsonifiable.ts
Normal file
13
src/effect/schema/Jsonifiable.ts
Normal file
@@ -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>
|
||||||
|
) {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user