typedef: fix bool -> Boolean

This commit is contained in:
CanadaHonk 2022-12-21 17:05:54 +00:00
parent 6c2639d5f7
commit 3d23efb714

2
gluon.d.ts vendored
View File

@ -76,7 +76,7 @@ type IdleApi = {
/** Enable/disable automatic idle management, and set its options. */
auto(
/** Whether to use automatic idle management. */
enabled: bool,
enabled: Boolean,
/** Set options for automatic behavior. */
options?: IdleAutoOptions