mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
fetcher seralization
This commit is contained in:
@@ -5,7 +5,7 @@ export type FetcherOptions = {
|
||||
headers?: Record<string, string>;
|
||||
query?: Record<string, string>;
|
||||
method?: 'GET' | 'POST';
|
||||
body?: Record<string, any> | string | FormData;
|
||||
body?: Record<string, any> | string | FormData | URLSearchParams;
|
||||
};
|
||||
|
||||
export type DefaultedFetcherOptions = {
|
||||
|
Reference in New Issue
Block a user