Skip to content
Snippets Groups Projects
Verified Commit 6c23c63b authored by Mar0xy's avatar Mar0xy
Browse files

add: files back into megalodon

parent afda1526
No related branches found
No related tags found
No related merge requests found
namespace MisskeyEntity {
export type GetAll = {
tutorial: number;
defaultNoteVisibility: "public" | "home" | "followers" | "specified";
};
}
namespace MisskeyEntity {
export type Field = {
name: string;
value: string;
verified?: string;
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment