Type alias MaybeOptionalModelProp<TPropValue>

MaybeOptionalModelProp<TPropValue>: ModelProp<TPropValue, TPropValue, TPropValue, TPropValue, IsOptionalValue<TPropValue, never, string>>

A model prop that maybe / maybe not is optional, depending on if the value can take undefined.

Type Parameters

  • TPropValue