mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:33:26 +00:00
remove references of embed headers
This commit is contained in:
@@ -16,8 +16,8 @@ export type DefaultedFetcherOptions = {
|
||||
body?: Record<string, any> | string | FormData;
|
||||
headers: Record<string, string>;
|
||||
query: Record<string, string>;
|
||||
method: 'HEAD' | 'GET' | 'POST';
|
||||
readHeaders: string[];
|
||||
method: 'HEAD' | 'GET' | 'POST';
|
||||
};
|
||||
|
||||
export type FetcherResponse<T = any> = {
|
||||
|
Reference in New Issue
Block a user