cdx-proto
    Preparing search index...

    Type Alias Diff

    Diff: Message<"cyclonedx.v1_6.Diff"> & {
        text?: cdx_16.AttachedText;
        url?: string;
    }

    Type Declaration

    • Optionaltext?: cdx_16.AttachedText

      Specifies the optional text of the diff

      from field: optional cyclonedx.v1_6.AttachedText text = 1;

    • Optionalurl?: string

      Specifies the URL to the diff

      from field: optional string url = 2;

    from message cyclonedx.v1_6.Diff