import { types } from "../../../../ledger-sdk/src"; export type AnchorsDto = { hash: types.LedgerHash; meta: types.LedgerMeta; data: Omit[]; };