cdx-proto
    Preparing search index...

    Type Alias Diff

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

    Type declaration

    • Optionaltext?: cdx_15.AttachedText

      Specifies the optional text of the diff

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

    • Optionalurl?: string

      Specifies the URL to the diff

      from field: optional string url = 2;

    from message cyclonedx.v1_5.Diff