revolut-engineering / revolut-checkout

RevolutCheckout.js as npm module
https://developer.revolut.com/docs/merchant-api/#revolutcheckout-js-reference
Other
23 stars 7 forks source link

fix: export Mode in root `index` #17

Closed EmaSuriano closed 2 years ago

EmaSuriano commented 2 years ago

Currently the only way to import Mode is specifying:

import { Mode } from '@revolut/checkout/types/types'

With this change, the import will look like:

import {Mode} from '@revolut/checkout'

EmaSuriano commented 2 years ago

@exah @ohansemmanuel can we move forward and merge this pr?