Where are you having the issue
Is the issue affecting one of the two elements below ?
Description
Serie wide cards are currently not listable as the schemas have the set field has mandatory
The Goal would be to make set optional and to add a serie field mandatory
in the api.d.ts schema
/**
* Card Set
*/
- set: SetResume;
+ set?: SetResume
+
+ /**
+ * Card Serie
+ */
+ serie: SerieResume
Where are you having the issue
Is the issue affecting one of the two elements below ?
Description
Serie wide cards are currently not listable as the schemas have the
setfield has mandatoryThe Goal would be to make
setoptional and to add aseriefield mandatoryin the
api.d.tsschema