mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor(api): ♻️ Replace old client library with new version (@versia/client)
This commit is contained in:
parent
7708bff31f
commit
fbe86043b7
45 changed files with 51 additions and 54 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import type { Hono } from "@hono/hono";
|
||||
import type { RouterRoute } from "@hono/hono/types";
|
||||
import type {
|
||||
Collection,
|
||||
Delete,
|
||||
Follow,
|
||||
FollowAccept,
|
||||
|
|
@ -62,5 +61,4 @@ export type KnownEntity =
|
|||
| FollowReject
|
||||
| Unfollow
|
||||
| Delete
|
||||
| LikeExtension
|
||||
| Collection;
|
||||
| LikeExtension;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue