nova-ui/types/store/gasPrice/inputs.ts
2022-12-04 07:02:30 +01:00

8 lines
134 B
TypeScript

import { ChainId } from '@/types'
import { GasPrice } from './entities'
export type SetGasPrice = {
chainId: ChainId
} & GasPrice