mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
chore: add types for brand and series (#148)
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -13,9 +13,9 @@ export const Amazon: Store = {
|
||||
},
|
||||
links: [
|
||||
{
|
||||
brand: 'TEST',
|
||||
brand: 'test:brand',
|
||||
model: 'CARD',
|
||||
series: 'debug',
|
||||
series: 'test:series',
|
||||
url: 'https://www.amazon.com/dp/B07MQ36Z6L'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user