We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e63f1e commit 229f4ddCopy full SHA for 229f4dd
1 file changed
src/providers/front.ts
@@ -9,7 +9,7 @@ declare global {
9
FrontChat?: {
10
(
11
command: string,
12
- params?: Record<string, string | boolean | object>
+ params?: Record<string, string | boolean | unknown>
13
): void
14
// This isn't part of the FrontChat API; we add it to track when Front is fully initialized
15
hasInitialized: boolean
0 commit comments