ChangeSetEntity: BaseEntity & { changeSets: ChangeSet[] }

An entity that can be handled by the ChangeSetRepository. Has an uuid id and a relation to all its changeSets.

Type declaration

  • changeSets: ChangeSet[]

    The change sets of the entity.