Analytics for target mode

Reviewed By: antonk52

Differential Revision: D47757367

fbshipit-source-id: f6ce53a1edc3095a488097e304d3774b0702185b
This commit is contained in:
Luke De Feo
2023-07-26 04:24:54 -07:00
committed by Facebook GitHub Bot
parent c1a99a8a52
commit b47c88f2b5
2 changed files with 13 additions and 0 deletions

View File

@@ -52,6 +52,10 @@ type TrackerEvents = {
name: string;
tags: Tag[];
};
'target-mode-switched': {
on: boolean;
};
'target-mode-adjusted': {};
};
export interface Tracker {