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,7 +2,7 @@ import {validate} from '../common'
|
||||
import parseLedger from './parse/ledger'
|
||||
import {GetLedger} from './types'
|
||||
|
||||
type LedgerOptions = {
|
||||
export type LedgerOptions = {
|
||||
ledgerVersion?: number,
|
||||
includeAllData?: boolean,
|
||||
includeTransactions?: boolean,
|
||||
|
||||
Reference in New Issue
Block a user