Skip to content

Commit

Permalink
or null
Browse files Browse the repository at this point in the history
  • Loading branch information
csmccarthy committed Nov 8, 2023
1 parent 6aa3ef1 commit 6aae6ca
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 @@ -131,7 +131,7 @@ export type RegimeToPurposeScopes = [PrivacyRegime[], TrackingPurpose[]][];
/** Reserved metadata, currently used for airgap module data syncing */
export interface ReservedMetadata {
/** Top-level key to avoid polluting the metadata key space */
tcmp: Record<string, unknown>;
tcmp: null | Record<string, unknown>;
}

/** setConsent() options */
Expand Down

0 comments on commit 6aae6ca

Please sign in to comment.