upd: megalodon to v7
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/// <reference path="poll_option.ts" />
|
||||
|
||||
namespace PleromaEntity {
|
||||
export type Poll = {
|
||||
id: string
|
||||
expires_at: string | null
|
||||
expired: boolean
|
||||
multiple: boolean
|
||||
votes_count: number
|
||||
options: Array<PollOption>
|
||||
voted: boolean
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user