Skip to content

Commit

Permalink
Update Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnavithulaGirish authored Oct 10, 2024
1 parent ad034e1 commit 3f6c728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ export const TrackingConsentWithNulls = t.record(
t.union([t.boolean, t.undefined, t.null]),
);
/** Type override */
export type TrackingConsentWithNulls = t.TypeOf<typeof TrackingConsent>;
export type TrackingConsentWithNulls = t.TypeOf<typeof TrackingConsentWithNulls>;

const TCFReservedMetadata = t.partial({
tcString: t.string,
Expand Down

0 comments on commit 3f6c728

Please sign in to comment.