From 00985a39facfd47e90137d7b3ab46cfc666870a5 Mon Sep 17 00:00:00 2001 From: Davison Date: Mon, 4 Jan 2021 10:38:58 -0500 Subject: [PATCH] FIX: Added userAgent property to the Options interface --- types.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types.d.ts b/types.d.ts index ec3250d..b5ce6c7 100644 --- a/types.d.ts +++ b/types.d.ts @@ -20,6 +20,7 @@ export interface MeasurementParamter { export interface Options { debug?: boolean; + userAgent?: string; } export class PageHit {