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

StartExperimentResponse

import type { StartExperimentResponse } from "https://aws-api.deno.dev/v0.3/services/evidently.ts?docs=full";
interface StartExperimentResponse {
startedTime?: Date | number | null;
}

§Properties

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

A timestamp that indicates when the experiment started.