wip: build-misskey-js-with-types
This commit is contained in:
parent
b5dca45220
commit
8faa2da387
|
@ -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[];
|
||||||
|
|
Loading…
Reference in New Issue