feat: SW-2028 Fixed review comments
This commit is contained in:
@@ -3,7 +3,7 @@ import { z } from "zod"
|
||||
import { CurrencyEnum } from "@/types/enums/currency"
|
||||
|
||||
interface TPrice {
|
||||
currency: string
|
||||
currency: CurrencyEnum
|
||||
price: number
|
||||
regularPrice?: number
|
||||
additionalPrice?: number
|
||||
|
||||
Reference in New Issue
Block a user