2026-02-11 10:50:23 +00:00
|
|
|
diff --git a/index.d.ts b/index.d.ts
|
2025-10-09 14:41:12 +01:00
|
|
|
index a30a77c..e512ce1 100644
|
2026-02-11 10:50:23 +00:00
|
|
|
--- a/index.d.ts
|
|
|
|
|
+++ b/index.d.ts
|
2025-10-09 14:41:12 +01:00
|
|
|
@@ -25,6 +25,13 @@ interface AutoLaunchOptions {
|
|
|
|
|
declare class AutoLaunch {
|
|
|
|
|
constructor(options: AutoLaunchOptions);
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This type describes the internal options of the `auto-launch` package which allows us to update options after initialization.
|
|
|
|
|
+ */
|
|
|
|
|
+ readonly opts: {
|
|
|
|
|
+ isHiddenOnLaunch: boolean;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
/**
|
|
|
|
|
* Enables auto-launch at start up.
|
|
|
|
|
*/
|