ShapeProps

Public TypeAlias

Signature
type ShapeProps<Shape extends TLBaseShape<any, any>> = {
  [K in keyof Shape['props']]: T.Validator<Shape['props'][K]>
}
References

TLBaseShape, T.Validator

Edit this page
Last edited on 12 June 2023
shapeIdValidatorTL_ALIGN_TYPES