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

StopExperimentResponse

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

§Properties

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

The date and time that the experiment stopped.