Update misskey-js.api.md
This commit is contained in:
parent
4f62f6f288
commit
cc6a2670c8
1 changed files with 3 additions and 0 deletions
|
@ -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>;
|
||||||
|
|
Loading…
Reference in a new issue