Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git] / packages / shared / lib / interfaces / Category.ts
blob6c79f6e41d0d66785d0b12237282f1a3d26940a5
1 import type { Folder } from './Folder';
2 import type { Label } from './Label';
3 import type { ContactGroup } from './contacts';
5 export type Category = Folder | Label | ContactGroup;