feat(BOOK-68): Added kindly 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
@@ -17,4 +17,10 @@ interface Window {
|
||||
}
|
||||
Cookiebot: { changed: boolean; consented: boolean }
|
||||
ApplePaySession: (() => void) | undefined
|
||||
kindlyChat: {
|
||||
showBubble: () => void
|
||||
closeChat: () => void
|
||||
showChat: () => void
|
||||
hideBubble: () => void
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user