add: files back into megalodon
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
namespace MisskeyEntity {
|
||||||
|
export type GetAll = {
|
||||||
|
tutorial: number;
|
||||||
|
defaultNoteVisibility: "public" | "home" | "followers" | "specified";
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
namespace MisskeyEntity {
|
||||||
|
export type Field = {
|
||||||
|
name: string;
|
||||||
|
value: string;
|
||||||
|
verified?: string;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user