|
@@ -20,3 +20,4 @@ export const currencies = <const>{
|
|
|
|
|
|
|
|
type Currency = typeof currencies
|
|
type Currency = typeof currencies
|
|
|
export type CurrencyCode = keyof Currency
|
|
export type CurrencyCode = keyof Currency
|
|
|
|
|
+export type StripeCurrencyCode = Lowercase<CurrencyCode>
|