Interface ScanOSSResultMatch

interface ScanOSSResultMatch {
    file?: string;
    matched: string;
    raw: ScannerComponent;
    type: "match";
    url: string;
}

Properties

Properties

file?: string
matched: string
raw: ScannerComponent
type: "match"
url: string