chore: add types for brand and series (#148)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Scott Cooper
2020-09-23 11:33:38 -07:00
committed by GitHub
parent 7c50e2b5aa
commit c78d9a98ba
16 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -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'
},
{