forked from woem.men/forkey
build-misskey-js-with-types
This commit is contained in:
parent
2e214f67d0
commit
ed4336e023
1 changed files with 1 additions and 1 deletions
|
@ -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?: ({
|
||||
|
|
Loading…
Reference in a new issue