Skip to content

Commit

Permalink
no partial on feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
frosso committed Feb 24, 2025
1 parent 07d97f2 commit d43b454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ declare global {
connectUrl: string;
overviewUrl: string;
isSubscriptionsActive: boolean;
featureFlags: Partial< {
featureFlags: {
customSearch: boolean;
woopay: boolean;
woopayExpressCheckout: boolean;
Expand All @@ -20,7 +20,7 @@ declare global {
isDisputeIssuerEvidenceEnabled: boolean;
isPaymentOverviewWidgetEnabled?: boolean;
multiCurrency?: boolean;
} >;
};
accountFees: Record< string, any >;
fraudServices: unknown[];
testMode: boolean;
Expand Down

0 comments on commit d43b454

Please sign in to comment.