update seeder
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
|
||||
export interface AttributeValueData {
|
||||
value: string;
|
||||
attributeName: string
|
||||
}
|
||||
|
||||
export const attributeValueData: AttributeValueData[] = [
|
||||
{
|
||||
attributeName: 'گراماژ کاغذ',
|
||||
value: '70',
|
||||
|
||||
},
|
||||
{
|
||||
attributeName: 'گراماژ کاغذ',
|
||||
value: '80',
|
||||
|
||||
},
|
||||
{
|
||||
attributeName: 'رنگ',
|
||||
value: 'آبی',
|
||||
},
|
||||
{
|
||||
attributeName: 'رنگ',
|
||||
value: 'قرمز',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user