summaryrefslogtreecommitdiff
path: root/packages/misskey-js/src
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-06-07 20:22:40 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-06-07 20:22:40 -0400
commit16858cf2f78ab781f1f08ca3d7bbffec27ece35c (patch)
treebb59433a72cb032bc1a91978b34f254b89b47063 /packages/misskey-js/src
parentfix array length check in i/update attributionDomains parameter (diff)
downloadsharkey-16858cf2f78ab781f1f08ca3d7bbffec27ece35c.tar.gz
sharkey-16858cf2f78ab781f1f08ca3d7bbffec27ece35c.tar.bz2
sharkey-16858cf2f78ab781f1f08ca3d7bbffec27ece35c.zip
fix response type of i/registry/get endpoint
Diffstat (limited to 'packages/misskey-js/src')
-rw-r--r--packages/misskey-js/src/autogen/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts
index 82d18e2404..c09901c214 100644
--- a/packages/misskey-js/src/autogen/types.ts
+++ b/packages/misskey-js/src/autogen/types.ts
@@ -24267,7 +24267,7 @@ export type operations = {
/** @description OK (with results) */
200: {
content: {
- 'application/json': Record<string, never>;
+ 'application/json': unknown;
};
};
/** @description Client error */