function parseResponse

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

Converts the response to usable data

Constructors

constructor()

Parameters

res: Dispatcher.ResponseData
The fetch response