Skip to content

Commit b3de1c0

Browse files
committed
autogen types
1 parent 61258fc commit b3de1c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/misskey-js/src/autogen/types.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -3993,8 +3993,8 @@ export type components = {
39933993
url?: string;
39943994
reactionAndUserPairCache?: string[];
39953995
clippedCount?: number;
3996-
myReaction?: string | null; // 互換性のために残す
3997-
myReactions?: string[];
3996+
myReaction?: string | null;
3997+
myReactions?: string[] | null;
39983998
};
39993999
NoteReaction: {
40004000
/**
@@ -21212,6 +21212,7 @@ export type operations = {
2121221212
'application/json': {
2121321213
/** Format: misskey:id */
2121421214
noteId: string;
21215+
reaction?: string;
2121521216
};
2121621217
};
2121721218
};

0 commit comments

Comments
 (0)