diff --git a/etc/misskey-js.api.md b/etc/misskey-js.api.md index bc3dbcacc..a2cbb0c2e 100644 --- a/etc/misskey-js.api.md +++ b/etc/misskey-js.api.md @@ -2187,6 +2187,9 @@ type FetchLike = (input: string, init?: { body?: string; credentials?: RequestCredentials; cache?: RequestCache; + headers: { + [key in string]: string; + }; }) => Promise<{ status: number; json(): Promise;