Type Alias WretchResponse

WretchResponse: Response & {
    [key: string]: any;
}

Fetch Response object with additional properties.