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

AliasContext

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

An alias to a repo revision.

interface AliasContext {
kind?:
| "KIND_UNSPECIFIED"
| "FIXED"
| "MOVABLE"
| "OTHER";
name?: string;
}

§Properties

§
kind?: "KIND_UNSPECIFIED" | "FIXED" | "MOVABLE" | "OTHER"
[src]

The alias kind.

§
name?: string
[src]

The alias name.