fix type
This commit is contained in:
parent
614b11951b
commit
b1abf47ce7
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue