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
/
interfaces
/
Category.ts
blob
6c79f6e41d0d66785d0b12237282f1a3d26940a5
1
import type { Folder } from './Folder';
2
import type { Label } from './Label';
3
import type { ContactGroup } from './contacts';
4
5
export type Category = Folder | Label | ContactGroup;