add comment
This commit is contained in:
parent
d56242af2c
commit
5109695873
@ -26,7 +26,7 @@ export const loadCrispChat = (): (() => void) => {
|
|||||||
declare global {
|
declare global {
|
||||||
interface Window {
|
interface Window {
|
||||||
// Crisp
|
// Crisp
|
||||||
$crisp: unknown[];
|
$crisp: unknown[]; // TODO: Replace with better type
|
||||||
CRISP_WEBSITE_ID: string;
|
CRISP_WEBSITE_ID: string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user