mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
fix(federation): 🔥 Remove old export
This commit is contained in:
parent
1c10142c04
commit
967ceb8cde
|
|
@ -33,7 +33,7 @@ import {
|
||||||
// biome-ignore lint/suspicious/noExplicitAny: Used only as a base type
|
// biome-ignore lint/suspicious/noExplicitAny: Used only as a base type
|
||||||
type AnyZod = z.ZodType<any, any, any>;
|
type AnyZod = z.ZodType<any, any, any>;
|
||||||
|
|
||||||
export type InferType<T extends AnyZod> = z.infer<T>;
|
type InferType<T extends AnyZod> = z.infer<T>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validates entities against their respective schemas.
|
* Validates entities against their respective schemas.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue