import Set from '../../interfaces/Set' const set: Set = { name: { en: "HS—Triumphant", fr: "Triomphant", }, code: "hgss4", expansionCode: "hgss", tcgoCode: "TM", cardCount: { total: 103, official: 102 }, api: "5-hs-triumphant", releaseDate: "2010-11-03", legal: { standard: false, expanded: false, }, images: { symbol: "https://assets.tcgdex.net/sets/hgss/hgss4/symbol.png", logo: "https://assets.tcgdex.net/sets/hgss/hgss4/logo.png" } } export default set