SoftDeleteEntity: ChangeSetEntity & { deleted: boolean }

An entity that can be handled by the SoftDeleteRepository. Has an uuid id, a relation to all its changeSets and a flag that determines whether it is "soft deleted" or not.

Type declaration

  • deleted: boolean

    Whether or not the entity is soft deleted.