mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
feat(federation): ✨ Expose all Zod schemas in package
This commit is contained in:
parent
a31695d64c
commit
6c15ceb1e9
8 changed files with 118 additions and 63 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { fromZodError } from "zod-validation-error";
|
||||
import type { SignatureConstructor } from "../cryptography";
|
||||
import type { User } from "../schemas";
|
||||
import { WebFingerSchema } from "../schemas/webfinger";
|
||||
import type { User } from "../types";
|
||||
import { DEFAULT_UA } from "./constants";
|
||||
|
||||
type HttpVerb = "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue