Update misskey-js.api.md

This commit is contained in:
syuilo 2023-02-01 11:32:12 +09:00
parent 4f62f6f288
commit cc6a2670c8

View file

@ -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<any>;