Fixed int type

Added int as possible undefined
This commit is contained in:
Alvaro Estrada 2023-09-07 18:43:26 -06:00
parent 953b316526
commit 7ff66e81bb

View file

@ -6,5 +6,5 @@
*
* @property {number} min - The minimum value.
* @property {number} max - The maximum value.
* @property {boolean} int - If true, this works like {@link EmitterOpRandomConfig}.
* @property {boolean|undefined} int - If true, this works like {@link EmitterOpRandomConfig}.
*/