Spaces:
Runtime error
Runtime error
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
export interface PwBuildingInterface { | |
id?: number; | |
name: string; | |
pw_id: number; | |
pw_portfolio_id: number; | |
} | |