mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:43:09 +02:00
add: files back into megalodon
This commit is contained in:
parent
afda15260f
commit
6c23c63b53
2 changed files with 13 additions and 0 deletions
6
packages/megalodon/src/misskey/entities/GetAll.ts
Normal file
6
packages/megalodon/src/misskey/entities/GetAll.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace MisskeyEntity {
|
||||
export type GetAll = {
|
||||
tutorial: number;
|
||||
defaultNoteVisibility: "public" | "home" | "followers" | "specified";
|
||||
};
|
||||
}
|
7
packages/megalodon/src/misskey/entities/field.ts
Normal file
7
packages/megalodon/src/misskey/entities/field.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace MisskeyEntity {
|
||||
export type Field = {
|
||||
name: string;
|
||||
value: string;
|
||||
verified?: string;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue