wip: 型エラーの修正
This commit is contained in:
parent
444c67076d
commit
345f6f4fa3
|
@ -8,6 +8,7 @@ import { MiNote } from '@/models/Note.js';
|
|||
|
||||
const base: MiNote = {
|
||||
id: 'some-note-id',
|
||||
updatedAt: null,
|
||||
replyId: null,
|
||||
reply: null,
|
||||
renoteId: null,
|
||||
|
|
Loading…
Reference in New Issue