mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 12:19:15 +01:00
refactor(federation): 🚚 Remove custom path alias
This commit is contained in:
parent
1529708dd8
commit
2313bcbbcc
13 changed files with 30 additions and 37 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import type { z } from "zod";
|
||||
import { fromError } from "zod-validation-error";
|
||||
import {
|
||||
ActionSchema,
|
||||
ActorPublicKeyDataSchema,
|
||||
|
|
@ -20,9 +22,7 @@ import {
|
|||
UserSchema,
|
||||
VanityExtensionSchema,
|
||||
VisibilitySchema,
|
||||
} from "@/federation/schemas/base";
|
||||
import type { z } from "zod";
|
||||
import { fromError } from "zod-validation-error";
|
||||
} from "../schemas/base";
|
||||
|
||||
// biome-ignore lint/suspicious/noExplicitAny: Used only as a base type
|
||||
type AnyZod = z.ZodType<any, any, any>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue