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