Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GrafeasV1FileLocation

import type { GrafeasV1FileLocation } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

Indicates the location at which a package was found.

interface GrafeasV1FileLocation {
filePath?: string;
}

§Properties

§
filePath?: string
[src]

For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.