Skip to content

Commit 229f4dd

Browse files
committed
Fix type
1 parent 2e63f1e commit 229f4dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/providers/front.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ declare global {
99
FrontChat?: {
1010
(
1111
command: string,
12-
params?: Record<string, string | boolean | object>
12+
params?: Record<string, string | boolean | unknown>
1313
): void
1414
// This isn't part of the FrontChat API; we add it to track when Front is fully initialized
1515
hasInitialized: boolean

0 commit comments

Comments
 (0)