1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-06 04:39:32 -05:00
This commit is contained in:
syuilo 2022-09-24 07:17:45 +09:00
parent 614b11951b
commit b1abf47ce7

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 = {