Update misskey-js.api.md
This commit is contained in:
parent
4f62f6f288
commit
cc6a2670c8
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue