FunctionisValidStandardLedModuleProp
- isValidStandardLedModuleProp<T>(y): y is {
[P in string | number | symbol]: (T & ExcludeUndefined<Pick<T, "ScreenDriveType">>)[P]
} Type Parameters
- T extends Partial<Record<"ScreenDriveType", unknown>>
Returns y is {
[P in string | number | symbol]: (T & ExcludeUndefined<Pick<T, "ScreenDriveType">>)[P]
}