Seeding with CustomParticipant
not possible in TypeScript
#10
Labels
enhancement
New feature or request
CustomParticipant
not possible in TypeScript
#10
When trying to create a Stage with Seeding the same way as in
custom.spec.js#L16
TypeScripts errors.This is due to the fact that a
CustomParticipant
also requires to have theParticipant
field, naminglyid
andtournament_id
. I am not sure if this is intentional or not. Else I would propose something like this:The text was updated successfully, but these errors were encountered: