Skip to content

Commit

Permalink
fix: add missing order in metadata type
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Oct 18, 2024
1 parent b565970 commit 005b279
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import { Dispatch } from 'redux'
import { Order } from '@dcl/schemas'
import { ModalProps } from 'decentraland-dapps/dist/providers/ModalProvider/ModalProvider.types'
import { Asset } from '../../../modules/asset/types'
import { openTransak, OpenTransakAction } from '../../../modules/transak/actions'

export type Metadata = {
asset: Asset
order?: Order
}

export type Props = Omit<ModalProps, 'metadata'> & {
Expand Down

0 comments on commit 005b279

Please sign in to comment.