specifies the entity type
specifies the input-type for the loading-effect will be LoadInput | null
(defaults to number)
specifies the output-type for the save-effect (defaults to LoadInput)
specifies the type representing a failed validations (total or for a distinct property, hence ModelValidationResult<Entity, ValidationFailedType>
will be used as validation result)
specifies the error type of the load-effect
specifies the error type of the validation-effect (use never, if your validation cannot error)
specifies the error type of the result-effect
Generated using TypeDoc
This type specifies a SignalsFactory producing signals to load, edit and persist an entity.