feat(BOOK-67): Added functionality to show/hide the chatbot
Approved-by: Linus Flood
This commit is contained in:
6
apps/scandic-web/types/window.d.ts
vendored
6
apps/scandic-web/types/window.d.ts
vendored
@@ -23,4 +23,10 @@ interface Window {
|
||||
showChat: () => void
|
||||
hideBubble: () => void
|
||||
}
|
||||
kindlyOptions: {
|
||||
position?: {
|
||||
bottom?: string
|
||||
right?: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user