Public TypeAlias
type TLNullableShapeProps = { [K in TLShapeProp]?: null | TLShapeProps[K] }
TLShapeProp, TLShapeProps