fix type
This commit is contained in:
parent
614b11951b
commit
b1abf47ce7
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import type { User } from '@/models/entities/User.js';
|
||||||
type NoteLike = {
|
type NoteLike = {
|
||||||
userId: Note['userId'];
|
userId: Note['userId'];
|
||||||
text: Note['text'];
|
text: Note['text'];
|
||||||
|
cw: Note['cw'];
|
||||||
};
|
};
|
||||||
|
|
||||||
type UserLike = {
|
type UserLike = {
|
||||||
|
|
Loading…
Reference in a new issue