This commit is contained in:
tamaina 2023-05-10 19:18:48 +00:00
parent ac99cdce8b
commit 4f5d77391f
50 changed files with 218 additions and 171 deletions

View file

@ -1,4 +1,4 @@
import { notificationTypes } from 'misskey-js';
import { ACHIEVEMENT_TYPES, notificationTypes } from 'misskey-js';
import { User } from './User.js';
import { Note } from './Note.js';
import { FollowRequest } from './FollowRequest.js';
@ -39,7 +39,7 @@ export type Notification = {
choice: number | null;
achievement: string | null;
achievement: typeof ACHIEVEMENT_TYPES[number] | null;
/**
* body