This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export * from "./Class"
|
||||
export * from "./composeJsonifiable"
|
||||
export * from "./DateTime"
|
||||
export * from "./encodedAsPrismaJsonValue"
|
||||
export * from "./Kind"
|
||||
export * from "./makeJsonifiable"
|
||||
export * as MobX from "./MobX"
|
||||
export * from "./MutableClass"
|
||||
export * from "./MutableTaggedClass"
|
||||
|
||||
@@ -2,7 +2,7 @@ import { Schema } from "@effect/schema"
|
||||
import type { JsonValue } from "type-fest"
|
||||
|
||||
|
||||
export const composeJsonifiable = <
|
||||
export const makeJsonifiable = <
|
||||
JsonifiableA,
|
||||
JsonifiableI extends JsonValue,
|
||||
JsonifiableR,
|
||||
Reference in New Issue
Block a user