Type Alias: UpdateCellBody
UpdateCellBody =
object
Defined in: packages/web-backend/src/fmea/dtos/update-cell-body.dto.ts:6
Request body for updating a specific cell value in a row.
Properties
column
column:
string
Defined in: packages/web-backend/src/fmea/dtos/update-cell-body.dto.ts:10
The column key to be updated.
rowId
rowId:
string
Defined in: packages/web-backend/src/fmea/dtos/update-cell-body.dto.ts:8
The row identifier within the FMEA table.
value
value:
string
Defined in: packages/web-backend/src/fmea/dtos/update-cell-body.dto.ts:12
The new cell value.
