Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git] / packages / shared / lib / interfaces / Drawer.ts
blobbd5af5ede2c37ef7a249f7baf1025bb4faa78f76
1 export interface DrawerFeatureFlag {
2     CalendarInMail: boolean;
3     CalendarInDrive: boolean;
4     ContactsInMail: boolean;
5     ContactsInCalendar: boolean;
6     ContactsInDrive: boolean;