1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39:18 +00:00

feat: Add serie wide energies (#115)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-09 11:03:41 +01:00
committed by GitHub
parent e7b660eb21
commit fa6322a635
5 changed files with 37 additions and 1 deletions

5
interfaces.d.ts vendored
View File

@ -5,6 +5,11 @@ export type Languages<T = string> = Partial<Record<SupportedLanguages, T>>
export interface Serie {
id: string
name: Languages
/**
* Serie Energy cards
*/
energies?: Array<Types>
}
interface variants {