add: files back into megalodon

This commit is contained in:
Mar0xy 2023-09-24 01:47:45 +02:00
parent afda15260f
commit 6c23c63b53
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,6 @@
namespace MisskeyEntity {
export type GetAll = {
tutorial: number;
defaultNoteVisibility: "public" | "home" | "followers" | "specified";
};
}

View file

@ -0,0 +1,7 @@
namespace MisskeyEntity {
export type Field = {
name: string;
value: string;
verified?: string;
};
}