/// autogenerated by protoc-plugin-js import type { EthTimeTrigger } from './EthTimeTrigger' export * from './EthCallTrigger/encode.js' export * from './EthCallTrigger/decode.js' export type EthCallTrigger = { trigger: { timeTrigger: EthTimeTrigger } | null }