feat(ps5): add console and digital edition (#709)

This commit is contained in:
Michael Vendivel
2020-11-06 15:42:05 -06:00
committed by GitHub
parent 0a680e977b
commit 42ef7cfdce
9 changed files with 118 additions and 7 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ export type Pricing = {
euroFormat?: boolean;
};
export type Series = 'test:series' | '3070' | '3080' | '3090' | 'ryzen5950' | 'ryzen5900' | 'ryzen5800' | 'ryzen5600';
export type Series = 'test:series' | '3070' | '3080' | '3090' | 'ryzen5950' | 'ryzen5900' | 'ryzen5800' | 'ryzen5600' | 'sonyps5c' | 'sonyps5de';
export type Link = {
brand: 'test:brand' | 'amd' | 'asus' | 'evga' | 'gainward' | 'gigabyte' | 'inno3d' | 'kfa2' | 'msi' | 'nvidia' | 'palit' | 'pny' | 'zotac';
brand: 'test:brand' | 'amd' | 'asus' | 'evga' | 'gainward' | 'gigabyte' | 'inno3d' | 'kfa2' | 'msi' | 'nvidia' | 'palit' | 'pny'| 'sony' | 'zotac';
itemNumber?: string;
series: Series;
model: string;