This commit is contained in:
syuilo 2024-10-15 10:32:00 +09:00
parent 5005cc8ae3
commit b5de525548
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
import type { MiNote } from '@/models/Note.js'; import type { MiNote } from '@/models/Note.js';
import type { Packed } from '@/misc/json-schema.js'; import type { Packed } from '@/misc/json-schema.js';
// NoteEntityService.isPureRenote とよしなにリンク
type Renote = type Renote =
MiNote & { MiNote & {
renoteId: NonNullable<MiNote['renoteId']> renoteId: NonNullable<MiNote['renoteId']>