export interface Portfolio { active: boolean; id: number; name: string; domain: string; path?: string; created_at: string; updated_at: string; }