UNPKG

ts-midtrans-client

Version:

This library is an UNOFFICIAL TypeScript version of the Midtrans Client - Node.js.

5 lines (4 loc) 149 B
export interface SnapTransaction { token: string; // Transaction token. String Required redirect_url: string; // Redirect URL. String Required }