This website requires JavaScript.
Explore
Help
Register
Sign In
graphite
/
Sharkey
Watch
1
Star
0
Fork
You've already forked Sharkey
0
mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced
2024-12-04 18:43:08 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
08cd1f313c
Sharkey
/
packages
/
megalodon
/
src
/
entities
/
poll_option.ts
7 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
add: Megalodon, initial mastodon api
2023-09-23 19:49:47 +03:00
namespace
Entity
{
test: check old megalodon version
2023-09-25 02:20:03 +03:00
export
type
PollOption
=
{
title
:
string
;
votes_count
:
number
|
null
;
}
;
add: Megalodon, initial mastodon api
2023-09-23 19:49:47 +03:00
}
Reference in a new issue
Copy permalink