typedef: fix bool -> Boolean
This commit is contained in:
parent
6c2639d5f7
commit
3d23efb714
2
gluon.d.ts
vendored
2
gluon.d.ts
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user