1
0

add: files back into megalodon

This commit is contained in:
Mar0xy
2023-09-24 01:47:45 +02:00
parent afda15260f
commit 6c23c63b53
2 changed files with 13 additions and 0 deletions
@@ -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;
};
}