DaffOrderAddress
import { DaffOrderAddress } from '@daffodil/order'
interface DaffOrderAddress {
order_id: DaffOrder['id']
}
Properties
Name | Type | Description |
---|---|---|
order_id | DaffOrder['id'] |
import { DaffOrderAddress } from '@daffodil/order'
interface DaffOrderAddress {
order_id: DaffOrder['id']
}
Name | Type | Description |
---|---|---|
order_id | DaffOrder['id'] |