ClientHeadersProps
import { ClientHeadersProps } from "@hyper-fetch/core"
Description
Defined in client/fetch.client.types.ts:35
Preview
type ClientHeadersProps = {
headers: HeadersInit | undefined;
isFormData: boolean;
}
Structure
{
headers: HeadersInit | undefined;
isFormData: boolean;
}