@@ -1,10 +1,10 @@
|
||||
import { Schema } from "@effect/schema"
|
||||
import type { JsonValue } from "type-fest"
|
||||
import type { Jsonifiable as TJsonifiable } from "type-fest"
|
||||
|
||||
|
||||
export const Jsonifiable = <
|
||||
JsonifiableA,
|
||||
JsonifiableI extends JsonValue,
|
||||
JsonifiableI extends TJsonifiable,
|
||||
JsonifiableR,
|
||||
>(
|
||||
jsonifiable: Schema.Schema<JsonifiableA, JsonifiableI, JsonifiableR>
|
||||
|
||||
Reference in New Issue
Block a user