diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-06-07 20:22:40 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-06-07 20:22:40 -0400 |
| commit | 16858cf2f78ab781f1f08ca3d7bbffec27ece35c (patch) | |
| tree | bb59433a72cb032bc1a91978b34f254b89b47063 /packages/misskey-js/src | |
| parent | fix array length check in i/update attributionDomains parameter (diff) | |
| download | sharkey-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.ts | 2 |
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 */ |