Function: isValidMonitorRow()
isValidMonitorRow(
obj:unknown):obj is MonitorRow
Defined in: shared/types/database.ts:274
Determines if an object conforms to the MonitorRow interface.
Parametersโ
objโ
unknown
The object to check.
Returnsโ
obj is MonitorRow
true when the object matches the MonitorRow structure;
otherwise false.
Remarksโ
Checks for required properties and value types to ensure type safety.