add comment

This commit is contained in:
Abi Raja 2024-06-07 14:12:01 -04:00
parent d56242af2c
commit 5109695873

View File

@ -26,7 +26,7 @@ export const loadCrispChat = (): (() => void) => {
declare global {
interface Window {
// Crisp
$crisp: unknown[];
$crisp: unknown[]; // TODO: Replace with better type
CRISP_WEBSITE_ID: string;
}
}