File size: 99 Bytes
c05123c
 
 
 
 
1
2
3
4
5
6
export interface PwPortfolioInterface {
    id?: number;
    name: string;
    pw_id: string; 
  }