fix type errors
This commit is contained in:
parent
aa3ca438a2
commit
dabe5bf7e9
4 changed files with 24 additions and 42 deletions
|
|
@ -5,7 +5,7 @@ import type { User } from '@/models/entities/User.js';
|
|||
type NoteLike = {
|
||||
userId: Note['userId'];
|
||||
text: Note['text'];
|
||||
cw: Note['cw'];
|
||||
cw?: Note['cw'];
|
||||
};
|
||||
|
||||
type UserLike = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue