Skip to content

Commit

Permalink
Update type
Browse files Browse the repository at this point in the history
  • Loading branch information
caipira113 committed Aug 19, 2024
1 parent 5347a63 commit a79be4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/misskey-js/src/autogen/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21312,7 +21312,7 @@ export type operations = {
'application/json': {
/** Format: misskey:id */
noteId: string;
text: string;
text: string | null;
fileIds?: string[];
mediaIds?: string[];
poll?: ({
Expand Down

0 comments on commit a79be4b

Please sign in to comment.