build-misskey-js-with-types

This commit is contained in:
GrapeApple0 2024-09-25 10:22:08 +00:00
parent 2e214f67d0
commit ed4336e023

View file

@ -22870,7 +22870,7 @@ export type operations = {
'application/json': {
/** Format: misskey:id */
noteId: string;
text: string;
text: string | null;
cw: string | null;
fileIds?: string[];
poll?: ({