feat(BOOK-68): Added kindly chatbot

Approved-by: Linus Flood
This commit is contained in:
Erik Tiekstra
2025-09-11 12:44:47 +00:00
parent def079021b
commit 15a352ea99
6 changed files with 73 additions and 0 deletions

View File

@@ -17,4 +17,10 @@ interface Window {
}
Cookiebot: { changed: boolean; consented: boolean }
ApplePaySession: (() => void) | undefined
kindlyChat: {
showBubble: () => void
closeChat: () => void
showChat: () => void
hideBubble: () => void
}
}