Merge branch 'develop' into feat-1714

This commit is contained in:
かっこかり
2024-07-07 22:45:55 +09:00
committed by GitHub
9 changed files with 558 additions and 17 deletions

View File

@@ -1869,7 +1869,7 @@ type FetchExternalResourcesResponse = operations['fetch-external-resources']['re
// @public (undocumented)
type FetchLike = (input: string, init?: {
method?: string;
body?: string;
body?: Blob | FormData | string;
credentials?: RequestCredentials;
cache?: RequestCache;
headers: {