feat: add comment to sex type

This commit is contained in:
Lukas Obermann
2023-06-10 09:45:02 +02:00
parent 5fd5d1f85b
commit 1243622501
+3
View File
@@ -957,6 +957,9 @@ export type Character = {
pact?: {}
}
/**
* The character's sex. It does not have to be binary, although it always must be specified how to handle it in the context of binary sex prerequisites. You can also provide a custom sex with a custom name.
*/
export type Sex =
| BinarySex
| NonBinarySex