CreateTsfCellDto
namestringrequired
Cell name (e.g., TSF Cell A (Primary))
locationstring
Physical location description
designCapacitynumberrequired
Maximum design capacity (cubic metres)
siteIdstringrequired
Site this cell belongs to
nextInspectionDatestring
Next scheduled inspection date
CreateTsfCellDto
{
"name": "string",
"location": "string",
"designCapacity": 0,
"siteId": "string",
"nextInspectionDate": "string"
}