{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../src/logTypes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAQA;;GAEG;AACH,mDAAgC;AAEhC,gDAA6B","sourcesContent":["import type { EthSignLog } from './EthSignLog.js';\nimport type { GenericLog } from './GenericLog.js';\n\n/**\n * Union of all possible log data structures.\n */\nexport type Log = EthSignLog | GenericLog;\n\n/**\n * Export all other types from these files for usage by clients\n */\nexport * from './EthSignLog.js';\nexport type * from './GenericLog.js';\nexport * from './LogType.js';\n"]}