upd: megalodon to v7
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/// <reference path="account.ts" />
|
||||
/// <reference path="status.ts" />
|
||||
|
||||
namespace PleromaEntity {
|
||||
export type Conversation = {
|
||||
id: string
|
||||
accounts: Array<Account>
|
||||
last_status: Status | null
|
||||
unread: boolean
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user