add: Megalodon, initial mastodon api
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/// <reference path="field.ts" />
|
||||
namespace Entity {
|
||||
export type Source = {
|
||||
privacy: string | null;
|
||||
sensitive: boolean | null;
|
||||
language: string | null;
|
||||
note: string;
|
||||
fields: Array<Field>;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user