export const PorterUrls = [ "dashboard", "templates", "integrations", "new-project", "cluster-dashboard", "project-settings", ]; export type PorterUrls = typeof PorterUrls[number];