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

ContainerImage

import type { ContainerImage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface ContainerImage {
createdAt?: Date | number | null;
digest?: string | null;
image?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]
§
digest?: string | null
[src]
§
image?: string | null
[src]