Skip to content

Commit

Permalink
add cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nikrom17 committed Jun 3, 2024
1 parent 10b3cf6 commit 185aa90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const _TYPES = true;

export * from "@paypal/sdk-constants/src/types";

// TODO first-render-experiment-cleanup
export type Experimentation = {
experience?: string,
treatment?: string,
Expand All @@ -13,6 +14,7 @@ export type Experimentation = {
[any]: empty,
};

// TODO first-render-experiment-cleanup
export type GetExperimentation = {
__EXPERIENCE__?: string,
__TREATMENT__?: string,
Expand Down

0 comments on commit 185aa90

Please sign in to comment.