chore: remove generated client types (#7259)
* chores: rm generated client types * chores: rm generated client types * update lock file * fix yarn
This commit is contained in:
committed by
GitHub
parent
71f4f46cb9
commit
8db62827ac
@@ -7,7 +7,8 @@ import {
|
||||
ProductHeader,
|
||||
} from "../../../../../components/table/table-cells/product/product-cell"
|
||||
import { MoneyAmountCell } from "../../../../../components/table/table-cells/common/money-amount-cell"
|
||||
import { PricedVariant } from "@medusajs/client-types"
|
||||
|
||||
type PricedVariant = any // TODO: PricedVariant
|
||||
|
||||
const columnHelper = createColumnHelper<PricedVariant>()
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import { PricedVariant } from "@medusajs/client-types"
|
||||
import { Order } from "@medusajs/medusa"
|
||||
import { Button } from "@medusajs/ui"
|
||||
import { OnChangeFn, RowSelectionState } from "@tanstack/react-table"
|
||||
import { useAdminVariants } from "medusa-react"
|
||||
@@ -14,6 +12,9 @@ import { useVariantTableColumns } from "./use-variant-table-columns"
|
||||
import { useVariantTableFilters } from "./use-variant-table-filters"
|
||||
import { useVariantTableQuery } from "./use-variant-table-query"
|
||||
|
||||
type Order = any // TODO: Order
|
||||
type PricedVariant = any // TODO: Order
|
||||
|
||||
const PAGE_SIZE = 50
|
||||
|
||||
export type Option = {
|
||||
|
||||
Reference in New Issue
Block a user