export enum NavigationRoutes { Tab = 'Tab', Notification = 'Notification', Profile = 'Profile', AdminProfile = 'AdminProfile', Dashboard = 'Dashboard', Rooms = 'Rooms', Landing = 'Landing', Room = 'Room', Chat = 'Chat', CreateRoom = 'CreateRoom', MagicLinkConfirm = 'MagicLinkConfirm', Call = 'Call', EditProfile = 'EditProfile', Settings = 'Settings', Inbox = 'Inbox', } export enum ScreensPath { Landing = 'landing', MagicLinkConfirm = 'magic-link-confirm', }