1
0
mirror of https://github.com/misskey-dev/misskey synced 2025-01-06 01:43:29 +09:00

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