Type Alias ContractReferenceContent
ContractReferenceContent:
| null
| {
ContentReferenzIds: null
| string[];
DokumenteReferenzIds: null | string[];
MedienReferenzIds: null | string[];
ParameterReferenzIds: null | string[];
SteuerelementeReferenzIds: null | string[];
TextReferenzIds: null | string[];
}