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:
Adrien de Peretti
2024-05-07 15:36:29 +02:00
committed by GitHub
parent 71f4f46cb9
commit 8db62827ac
490 changed files with 20 additions and 20441 deletions

View File

@@ -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>()

View File

@@ -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 = {