mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
feat(federation): ✨ Export WebFinger types from schema
This commit is contained in:
parent
a93a641d1b
commit
1fd94342c4
|
|
@ -24,6 +24,7 @@ import { VoteSchema } from "./schemas/extensions/polls.ts";
|
||||||
import { ReactionSchema } from "./schemas/extensions/reactions.ts";
|
import { ReactionSchema } from "./schemas/extensions/reactions.ts";
|
||||||
import { ShareSchema } from "./schemas/extensions/share.ts";
|
import { ShareSchema } from "./schemas/extensions/share.ts";
|
||||||
import { VanityExtensionSchema } from "./schemas/extensions/vanity.ts";
|
import { VanityExtensionSchema } from "./schemas/extensions/vanity.ts";
|
||||||
|
import { WebFingerSchema } from "./schemas/webfinger.ts";
|
||||||
|
|
||||||
export {
|
export {
|
||||||
NoteSchema as Note,
|
NoteSchema as Note,
|
||||||
|
|
@ -46,4 +47,5 @@ export {
|
||||||
VoteSchema as PollVoteExtension,
|
VoteSchema as PollVoteExtension,
|
||||||
ReactionSchema as ReactionExtension,
|
ReactionSchema as ReactionExtension,
|
||||||
ShareSchema as ShareExtension,
|
ShareSchema as ShareExtension,
|
||||||
|
WebFingerSchema as WebFinger,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue