export interface PwPortfolioInterface { id?: number; name: string; pw_id: string; }