add: Megalodon, initial mastodon api
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Entity {
|
||||
export type Report = {
|
||||
id: string;
|
||||
action_taken: string;
|
||||
comment: string;
|
||||
account_id: string;
|
||||
status_ids: Array<string>;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user