This commit is contained in:
Julien Valverdé
2024-06-10 04:17:10 +02:00
parent eab06fb80c
commit 4ecc5801ac

View File

@@ -2,7 +2,7 @@ import { Schema as S } from "@effect/schema"
import type { Annotations, Class, Struct } from "@effect/schema/Schema" import type { Annotations, Class, Struct } from "@effect/schema/Schema"
import type { Mutable } from "effect/Types" import type { Mutable } from "effect/Types"
import type { Constructor } from "type-fest" import type { Constructor } from "type-fest"
import type { Static } from "../../Static" import type { Static } from "../.."
import type { HasFields, MissingSelfGeneric } from "./util" import type { HasFields, MissingSelfGeneric } from "./util"