Added ancientTrait to Card; updated README

This commit is contained in:
bradyn
2020-11-15 20:54:09 -06:00
parent c82497951d
commit 239d1b2831
6 changed files with 11 additions and 1 deletions

View File

@ -18,6 +18,7 @@ This is the TypeScript SDK for the [Pokemon TCG API](https://pokemontcg.io).
```typescript
ability: IAbility;
ancientTrait?: IAncientTrait;
artist: string;
attacks: IAttack[];
convertedRetreatCost: number;