This website requires JavaScript.
Explore
Help
Register
Sign In
versia-pub
/
server
Watch
2
Star
0
Fork
You've already forked server
0
mirror of
https://github.com/versia-pub/server.git
synced
2025-12-06 16:38:19 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2f578de01a
server
/
types
/
mastodon
/
mention.ts
7 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Update Mastodon API types
2024-04-14 12:53:21 +02:00
export
type
Mention
=
{
Replace eslint and prettier with Biome
2024-04-07 07:30:49 +02:00
id
:
string
;
username
:
string
;
url
:
string
;
acct
:
string
;
Update Mastodon API types
2024-04-14 12:53:21 +02:00
}
;
Reference in a new issue
Copy permalink