This commit is contained in:
syuilo 2022-09-24 07:17:45 +09:00
parent 614b11951b
commit b1abf47ce7
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import type { User } from '@/models/entities/User.js';
type NoteLike = {
userId: Note['userId'];
text: Note['text'];
cw: Note['cw'];
};
type UserLike = {