Skip to content

Commit

Permalink
make Payload local
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Jaffee committed Nov 6, 2023
1 parent 28e30a6 commit b6ad224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ declare global {
interface Window {
analyticsEventPayload?: Payload;
}
type Payload = Record<string, Record<string, unknown>>;
}
type Payload = Record<string, Record<string, unknown>>;

0 comments on commit b6ad224

Please sign in to comment.