/** * Represents custom data that can be attached to * ledger records. This can be a JSON object where * keys have to be strings, but values can be any * valid JSON types. */ export type LedgerCustom = Record;