c05123c 1f6a8f9 c05123c
1
2
3
4
5
6
7
export interface PwBuildingInterface { id?: number; name: string; pw_id: number; pw_portfolio_id: number; }