This website requires JavaScript.
Explore
Help
Sign In
heartles
/
egirlskey
Watch
1
Star
0
Fork
You've already forked egirlskey
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
dd72610daa
egirlskey
/
packages
/
megalodon
/
src
/
entities
/
poll_option.ts
7 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
add: Megalodon, initial mastodon api
2023-09-23 16:49:47 +00:00
namespace
Entity
{
Revert "test: check old megalodon version" This reverts commit 89eea5df5286a9fdf2976d41cdbaf0c40dd19b62.
2023-09-24 23:49:57 +00:00
export
type
PollOption
=
{
title
:
string
votes_count
:
number
|
null
}
add: Megalodon, initial mastodon api
2023-09-23 16:49:47 +00:00
}
Reference in a new issue
Copy permalink