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

Duration

import type { Duration } from "https://aws-api.deno.dev/v0.3/services/appmesh.ts?docs=full";

An object that represents a duration of time.

interface Duration {
unit?: DurationUnit | null;
value?: number | null;
}

§Properties

§
unit?: DurationUnit | null
[src]

A unit of time.

§
value?: number | null
[src]

A number of time units.