Updated
This commit is contained in:
Vendored
+3
-2
@@ -55,7 +55,7 @@ declare global {
|
||||
"detail_category": number
|
||||
}
|
||||
|
||||
type ProductInPackItem = {
|
||||
type ProductInPackItem = {
|
||||
"id": number,
|
||||
"item_title": string,
|
||||
"cover": string
|
||||
@@ -86,9 +86,10 @@ declare global {
|
||||
"meta_keywords": string | null,
|
||||
"meta_rating": number,
|
||||
"category": number,
|
||||
"colors": string[]
|
||||
}
|
||||
|
||||
type ProductListItem = Pick<Product, "id" | "variants" | "name" | "rating" | "slug" | "category">
|
||||
type ProductListItem = Pick<Product, "id" | "variants" | "name" | "rating" | "slug" | "category" | "colors">
|
||||
|
||||
type Article = {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user