wip: build-misskey-js-with-types
This commit is contained in:
parent
b5dca45220
commit
8faa2da387
|
@ -4129,7 +4129,7 @@ export type components = {
|
|||
targetId: string;
|
||||
/** Format: date-time */
|
||||
createdAt: string;
|
||||
text: string | null;
|
||||
text?: string | null;
|
||||
cw?: string | null;
|
||||
mentions?: string[];
|
||||
fileIds?: string[];
|
||||
|
|
Loading…
Reference in New Issue