Interface ScanOSSResultError

interface ScanOSSResultError {
    message: string;
    type: "error";
}

Properties

Properties

message: string
type: "error"