/** Default response handler to access the native response object. */ export class NativeResponseHandler { handleResponse(response, errorMappings) { this.value = response; this.errorMappings = errorMappings; return Promise.resolve(undefined); } } //# sourceMappingURL=nativeResponseHandler.js.map