Skip to content

Commit 747c6f0

Browse files
authored
fix: Export currencies from v0 default export
1 parent 4a003f1 commit 747c6f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest/v0/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { ApiCurrencyIdentifier } from '../../globals';
22

33
export * from './account';
4+
export * from './currencies';
45

56
export const APIVersion = '0';
67

0 commit comments

Comments
 (0)