From 79455823c9fc8d3e41cdc3e907a7213aa2509f6c Mon Sep 17 00:00:00 2001 From: Avior Date: Fri, 25 Nov 2022 09:45:42 +0100 Subject: [PATCH] feat: Prepare to have datas changed Signed-off-by: Avior --- interfaces.d.ts | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) diff --git a/interfaces.d.ts b/interfaces.d.ts index 7e42b5238..5049d4668 100644 --- a/interfaces.d.ts +++ b/interfaces.d.ts @@ -12,42 +12,7 @@ export interface Serie { energies?: Array } -interface variants { - /** - * Card base version - */ - normal?: boolean - /** - * Holo Reverse - * (colored Background holographic) - */ - reverse?: boolean - /** - * Holo Card - * (illustration holographic) - */ - holo?: boolean - - /** - * can have a first Edition stamp - */ - firstEdition?: boolean - - /** - * Can be found in Jumob Format - */ - jumbo?: boolean - - /** - * Card has a pre-release stamp - */ - preRelease?: boolean - - /** - * Card has a W stamp - */ - wPromo?: true -} +type Variants = 'Standard' | 'Parallel Foil' | 'Standard Foil' | 'First Edition' | 'Jumbo' | 'Pre-Release' | 'W-Promo' export type Types = 'Colorless' | 'Darkness' | 'Dragon' | 'Fairy' | 'Fighting' | 'Fire' | @@ -133,9 +98,9 @@ export interface Card { category: 'Pokemon' | 'Trainer' | 'Energy' /** - * Card Variants (Override Set Variants) + * Card Variants */ - variants?: variants + variants?: Array /** * Card Set