refactor(api): ♻️ Replace old client library with new version (@versia/client)

This commit is contained in:
Jesse Wierzbinski 2024-08-26 19:40:15 +02:00
parent 7708bff31f
commit fbe86043b7
No known key found for this signature in database
45 changed files with 51 additions and 54 deletions

View file

@ -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;