♻️ Regenerate frontend client (#1156)

This commit is contained in:
Alejandra
2024-04-06 18:26:12 -05:00
committed by GitHub
parent e5670212ea
commit b92de6eb4f
14 changed files with 61 additions and 61 deletions

View File

@@ -17,14 +17,14 @@ import { useMutation, useQueryClient } from "@tanstack/react-query"
import {
type ApiError,
type ItemOut,
type ItemPublic,
type ItemUpdate,
ItemsService,
} from "../../client"
import useCustomToast from "../../hooks/useCustomToast"
interface EditItemProps {
item: ItemOut
item: ItemPublic
isOpen: boolean
onClose: () => void
}