barkey/packages/megalodon/src/misskey/entities/GetAll.ts
2023-09-24 01:47:45 +02:00

6 lines
148 B
TypeScript

namespace MisskeyEntity {
export type GetAll = {
tutorial: number;
defaultNoteVisibility: "public" | "home" | "followers" | "specified";
};
}