update seeder

This commit is contained in:
2026-02-05 11:02:28 +03:30
parent 068286e505
commit 38c64c4caa
11 changed files with 114 additions and 137 deletions
@@ -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: 'قرمز',
},
]