Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Oct 5, 2024
1 parent 7705f7d commit fbcf363
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 @@ -8711,7 +8711,7 @@ export type operations = {
'application/json': {
/** Format: misskey:id */
reportId: string;
/** @enum {string} */
/** @enum {string|null} */
resolvedAs?: 'positive' | 'negative' | null;
};
};
Expand Down

0 comments on commit fbcf363

Please sign in to comment.