export interface SnapTransaction {
  token: string; // Transaction token. String Required
  redirect_url: string; // Redirect URL. String Required
}
