wip: build-misskey-js-with-types

This commit is contained in:
GrapeApple0 2024-06-16 00:47:29 +00:00
parent b5dca45220
commit 8faa2da387
1 changed files with 1 additions and 1 deletions

View File

@ -4129,7 +4129,7 @@ export type components = {
targetId: string; targetId: string;
/** Format: date-time */ /** Format: date-time */
createdAt: string; createdAt: string;
text: string | null; text?: string | null;
cw?: string | null; cw?: string | null;
mentions?: string[]; mentions?: string[];
fileIds?: string[]; fileIds?: string[];