1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-27 14:28:53 +09: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 { 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']>