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; body?: string;
credentials?: RequestCredentials; credentials?: RequestCredentials;
cache?: RequestCache; cache?: RequestCache;
headers: {
[key in string]: string;
};
}) => Promise<{ }) => Promise<{
status: number; status: number;
json(): Promise<any>; json(): Promise<any>;