Closed FujiHaruka closed 4 years ago
Add omiseVersion? in IOptions type.
omiseVersion?
This change enables to write as follow in TypeScript.
import * as Omise from 'omise'; const omise = Omise({ publicKey: OMISE_CONFIG.PUBLIC_KEY, secretKey: OMISE_CONFIG.SECRET_KEY, omiseVersion: '2019-05-29' });
Add
omiseVersion?
in IOptions type.This change enables to write as follow in TypeScript.