add: Megalodon, initial mastodon api
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace MisskeyEntity {
|
||||
export type GetAll = {
|
||||
tutorial: number;
|
||||
defaultNoteVisibility: "public" | "home" | "followers" | "specified";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user