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

LaunchExecution

import type { LaunchExecution } from "https://aws-api.deno.dev/v0.4/services/evidently.ts?docs=full";

This structure contains information about the start and end times of the launch.

interface LaunchExecution {
endedTime?: Date | number | null;
startedTime?: Date | number | null;
}

§Properties

§
endedTime?: Date | number | null
[src]

The date and time that the launch ended.

§
startedTime?: Date | number | null
[src]

The date and time that the launch started.