Skip to content

Commit

Permalink
fix: added type to paymentmethods configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeiroguilherme committed Oct 10, 2023
1 parent 789b285 commit fac9f88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/lib/src/core/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,7 @@ export type PaymentMethodsConfiguration =
}
| {
[key in PaymentActionsType]?: any;
}
| {
[key: string]: any;
};

0 comments on commit fac9f88

Please sign in to comment.