add: files back into megalodon
This commit is contained in:
parent
afda15260f
commit
6c23c63b53
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 New Issue
Block a user