export const routePaths = { accessDenied: "/access-denied", login: "/login", aiCharacters: "/ai-characters", } as const; export type RoutePath = (typeof routePaths)[keyof typeof routePaths];