export interface IFeatureViewParams { projectId: string; featureId: string; activeTab: string; } export interface IProjectViewParams { id: string; }