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

ReleaseRequirements

import type { ReleaseRequirements } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";

Set of requirements to be fulfilled on the Unit when using this Release.

interface ReleaseRequirements {
upgradeableFromReleases?: string[];
}

§Properties

§
upgradeableFromReleases?: string[]
[src]

Optional. A list of releases from which a unit can be upgraded to this one (optional). If left empty no constraints will be applied. When provided, unit upgrade requests to this release will check and enforce this constraint.