Function: isLiquidableSync()
isLiquidableSync(
value
):value is LiquidableSync
A type predicate for the LiquidableSync
interface.
Parameters
• value: unknown
A value that may or may not implement the LiquidableSync
interface.
Returns
value is LiquidableSync
true
if the argument value implements the LiquidableSync
interface, false
otherwise.