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

UpgradeHistory

import type { UpgradeHistory } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/es.ts";
interface UpgradeHistory {
StartTimestamp?: Date | number | null;
StepsList?: UpgradeStepItem[] | null;
UpgradeName?: string | null;
UpgradeStatus?: UpgradeStatus | null;
}

§Properties

§
StartTimestamp?: Date | number | null
[src]
§
StepsList?: UpgradeStepItem[] | null
[src]
§
UpgradeName?: string | null
[src]
§
UpgradeStatus?: UpgradeStatus | null
[src]