hop/contracts/config/interfaces.ts
2022-12-09 18:11:04 +08:00

10 lines
146 B
TypeScript

import { BigNumber } from 'ethers'
export type IGetL2BridgeDefaults =
| BigNumber
| string
| string[]
| number
| boolean
| undefined