1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-01 10:19:28 -05:00
This commit is contained in:
syuilo 2024-10-15 10:32:00 +09:00
parent 5005cc8ae3
commit b5de525548

View file

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