Bansari Akhani
modified migrations to set field names with underscore snackcase only, apis to syn portfolio, buildings and units data, removed index.js from model, added index.ts file in src/model task - #7658,#7659, #7660
1f6a8f9
raw
history blame contribute delete
127 Bytes
export interface PwBuildingInterface {
id?: number;
name: string;
pw_id: number;
pw_portfolio_id: number;
}