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