brackets-model
brackets-model copied to clipboard
Types to manage tournament brackets
When trying to create a Stage with Seeding the same way as in [`custom.spec.js#L16`](https://github.com/Drarig29/brackets-manager.js/blob/master/test/custom.spec.js#L16) TypeScripts errors. This is due to the fact that a `CustomParticipant` also requires to have the...
The libraries from https://github.com/Drarig29/brackets-storage should not need to rely on brackets-manager's types. Also, the `CrudInterface` that would be exported from `brackets-model` should be way simpler than the ones in the...
TypeDoc supports a [`@defaultValue`](https://typedoc.org/tags/defaultValue/) tag, which adds a default value in the generated documentation. Add this everywhere.