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