Dependency
import type { Dependency } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";
Dependency represent a single dependency with another unit kind by alias.
interface Dependency {
alias?: string;
unitKind?: string;
}import type { Dependency } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";
Dependency represent a single dependency with another unit kind by alias.