type UnitTimestamp = { /** * The current height of the Arweave Network. */ block_height: number; /** * The current timestamp of the Compute Unit. */ timestamp: number; }; export { UnitTimestamp };