function parseResponse

export declare function parseResponse(res: Dispatcher.ResponseData): Promise<unknown>;

Converts the response to usable data

Parameters

res: Dispatcher.ResponseData
The fetch response