interface OptionalComponentEvidenceProperties {
    copyright?: SortableStringables<Stringable>;
    licenses?: LicenseRepository;
}

Properties