refactor: Remove any appcues events (#8597)

This commit is contained in:
Mutasem Aldmour
2024-02-09 15:15:59 +01:00
committed by GitHub
parent cd151f1ba9
commit 64b10d7f5c
4 changed files with 3 additions and 33 deletions

View File

@@ -105,9 +105,6 @@ declare global {
};
// eslint-disable-next-line @typescript-eslint/naming-convention
Cypress: unknown;
Appcues?: {
track(event: string, properties?: ITelemetryTrackProperties): void;
};
}
}