Interface ScanOSSResultMatch

interface ScanOSSResultMatch {
    matched: string;
    raw: unknown;
    type: "match";
    url: string;
}

Properties

Properties

matched: string
raw: unknown
type: "match"
url: string