repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git]
/
packages
/
shared
/
lib
/
models
/
mailUtmTrackers.ts
blob
6edf97987f6cb49fc8eb2b4849f929687f3eae75
1
export interface MessageUTMTracker {
2
originalURL: string;
3
cleanedURL: string;
4
removed: { key: string; value: string }[];
5
}