feat(api): Add Emoji Reactions

This commit is contained in:
Jesse Wierzbinski 2025-05-25 16:11:56 +02:00
parent 70974d3c35
commit 9722b94eae
No known key found for this signature in database
17 changed files with 755 additions and 7 deletions

View file

@ -44,6 +44,7 @@ export { TermsOfService } from "./schemas/tos.ts";
export {
Challenge,
NoteReaction,
NoteReactionWithAccounts,
Role,
SSOConfig,
} from "./schemas/versia.ts";