Skip to content

Commit

Permalink
feat: export types
Browse files Browse the repository at this point in the history
  • Loading branch information
peterc-dojo committed Mar 27, 2023
1 parent 7c24afd commit 2266f16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ const DojoReactNativePaySdk = DojoReactNativePaySdkModule
export function startPaymentFlow(details: PaymentDetails): Promise<ResultCode> {
return DojoReactNativePaySdk.startPaymentFlow(details);
}

export { PaymentDetails, ResultCode };

0 comments on commit 2266f16

Please sign in to comment.