Skip to content

Commit b605ff2

Browse files
authored
Add KES to Currency Type (#192)
1 parent 24d7294 commit b605ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/types/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22
import { ModalProps } from 'react-native';
3-
export type Currency = 'NGN' | 'GHS' | 'USD' | 'ZAR';
3+
export type Currency = 'NGN' | 'GHS' | 'USD' | 'ZAR' | 'KES';
44

55
export type PaymentChannels = 'bank' | 'card' | 'qr' | 'ussd' | 'mobile_money' | 'bank_transfer' | 'eft' | 'apple_pay';
66

0 commit comments

Comments
 (0)