diff --git a/federation/index.ts b/federation/index.ts index e2fe576..6a83439 100644 --- a/federation/index.ts +++ b/federation/index.ts @@ -33,7 +33,7 @@ import { // biome-ignore lint/suspicious/noExplicitAny: Used only as a base type type AnyZod = z.ZodType; -export type InferType = z.infer; +type InferType = z.infer; /** * Validates entities against their respective schemas.