export interface ReportBrowserErrorOptions { /** * The error object received from the WebAuthn API (`navigator.credentials.get()`) failure. * This should include at least `name` and `message` properties of the DOMException. * @type {WebAuthnErrorDetails} */ error: WebAuthnErrorDetails;}