Skip to content

Commit

Permalink
Merge pull request #93 from Brian-mula/mulati-issue-18
Browse files Browse the repository at this point in the history
 Export Currency to be accessed by users #92
  • Loading branch information
iamraphson authored Jan 4, 2024
2 parents ab4caa1 + 1b8b07d commit da0ea56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type Currency = 'NGN' | 'GHS' | 'USD' | 'ZAR' | 'KES' | 'XOF';
export type Currency = 'NGN' | 'GHS' | 'USD' | 'ZAR' | 'KES' | 'XOF';

type PaymentChannels =
| 'bank'
Expand Down

0 comments on commit da0ea56

Please sign in to comment.