Skip to content

Commit

Permalink
fix(top up): export type PE-4465
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen authored and dtfiedler committed Sep 22, 2023
1 parent e865d3e commit 8a237fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export type Currency =
| 'brl';
export type Country = 'United States' | 'United Kingdom' | 'Canada'; // TODO: add full list

interface Adjustment {
export interface Adjustment {
name: string;
description: string;
operatorMagnitude: number;
Expand Down

0 comments on commit 8a237fb

Please sign in to comment.