We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you have a typescript support for this?
declare module "clevertap-web-sdk" { export const event: any[]; export const profile: any[]; export const account: any[]; export const onUserLogin: any[]; export const notifications: any[]; export const privacy: any[]; export function init(accountId: string, region?: string, domain?: string); export let spa: boolean; export function setLogLevel( level: nuumber ); }
i did end up making a temporary one for now
The text was updated successfully, but these errors were encountered:
Hi @albseb511, We currently do not have ts support but your suggestion is noted and we'll surely be looking into it for future versions.
Sorry, something went wrong.
then keep the issue open? so that its not lost?
KambleSonam
No branches or pull requests
Do you have a typescript support for this?
i did end up making a temporary one for now
The text was updated successfully, but these errors were encountered: