From 3f6c7286dcdf2a791dd5e064b6c35dbe9f895b96 Mon Sep 17 00:00:00 2001 From: Girish J Date: Thu, 10 Oct 2024 17:20:24 -0400 Subject: [PATCH] Update Typo --- src/core.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.ts b/src/core.ts index b8eb99f..7fbed25 100644 --- a/src/core.ts +++ b/src/core.ts @@ -580,7 +580,7 @@ export const TrackingConsentWithNulls = t.record( t.union([t.boolean, t.undefined, t.null]), ); /** Type override */ -export type TrackingConsentWithNulls = t.TypeOf; +export type TrackingConsentWithNulls = t.TypeOf; const TCFReservedMetadata = t.partial({ tcString: t.string,