zibri
    Preparing search index...
    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.