Skip to content

Commit

Permalink
fix: expose additional types
Browse files Browse the repository at this point in the history
expose types for Balance, Payer, PayerType, TransactionStatus
  • Loading branch information
ernest-okot committed Feb 16, 2019
1 parent c9f44c5 commit 1eb1441
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ export { Payment, PaymentRequest } from "./collections";
export { Transfer, TransferRequest } from "./disbursements";
export * from "./errors";
export {
PartyIdType,
Party as Payer,
Balance,
Environment,
FailureReason,
GlobalConfig,
ProductConfig
Party as Payer,
PartyIdType as PayerType,
ProductConfig,
TransactionStatus,
} from "./common";

import { AxiosInstance } from "axios";
Expand Down

0 comments on commit 1eb1441

Please sign in to comment.