Skip to content

Commit 65aa64c

Browse files
committed
fix types
1 parent bb63f0f commit 65aa64c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"eslint": "^9.9.1",
9494
"globals": "^15.9.0",
9595
"prettier": "3.2.5",
96-
"typescript": "^5.8.3",
96+
"typescript": "~5.0.3",
9797
"typescript-eslint": "^8.4.0",
9898
"vitest": "^3.2.4"
9999
},

src/component/_generated/api.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ export declare const components: {
191191
logLevel: "DEBUG" | "INFO" | "WARN" | "ERROR";
192192
maxFailures: number;
193193
onComplete?: string;
194+
runAfter?: number;
195+
runAt?: number;
194196
};
195197
},
196198
string

0 commit comments

Comments
 (0)