summaryrefslogtreecommitdiff
path: root/packages/misskey-js/etc/misskey-js.api.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/misskey-js/etc/misskey-js.api.md')
-rw-r--r--packages/misskey-js/etc/misskey-js.api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/misskey-js/etc/misskey-js.api.md b/packages/misskey-js/etc/misskey-js.api.md
index 3592153f9e..1dba2a70d3 100644
--- a/packages/misskey-js/etc/misskey-js.api.md
+++ b/packages/misskey-js/etc/misskey-js.api.md
@@ -2165,7 +2165,7 @@ type IResponse = operations['i']['responses']['200']['content']['application/jso
type IRevokeTokenRequest = operations['i/revoke-token']['requestBody']['content']['application/json'];
// @public (undocumented)
-function isAPIError(reason: any): reason is APIError;
+function isAPIError(reason: Record<PropertyKey, unknown>): reason is APIError;
// @public (undocumented)
type ISigninHistoryRequest = operations['i/signin-history']['requestBody']['content']['application/json'];