mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
Export types used by exported variables (#858)
Fixes TypeScript compile errors due to generating TS declaration files. See #851
This commit is contained in:
@@ -2,11 +2,11 @@ import {validate, removeUndefined, dropsToXrp} from '../common'
|
||||
import {RippleAPI} from '../api'
|
||||
import {AccountInfoResponse} from '../common/types/commands/account_info'
|
||||
|
||||
type GetAccountInfoOptions = {
|
||||
export type GetAccountInfoOptions = {
|
||||
ledgerVersion?: number
|
||||
}
|
||||
|
||||
type FormattedGetAccountInfoResponse = {
|
||||
export type FormattedGetAccountInfoResponse = {
|
||||
sequence: number,
|
||||
xrpBalance: string,
|
||||
ownerCount: number,
|
||||
|
||||
Reference in New Issue
Block a user