ticket
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
export interface productData {
|
||||
title: string;
|
||||
isActive: boolean;
|
||||
categoryTitle: string,
|
||||
images: string[];
|
||||
desc: string[];
|
||||
}
|
||||
|
||||
export const productsData: productData[] = [
|
||||
{
|
||||
title: 'قهوه ترک.. Turkish coffee',
|
||||
desc: [''],
|
||||
categoryTitle: 'قهوه ',
|
||||
isActive: true,
|
||||
images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715711043900.png"],
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user