Type alias EntityPropsType

EntityPropsType: Record<string, ValueObject<any> | ComposedValueObject>

💬 A Record for the properties of an Entity, where:

  • the key is a string
  • the value is a ValueObject

Generated using TypeDoc