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

ScheduledSplitsLaunchDefinition

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

An array of structures that define the traffic allocation percentages among the feature variations during each step of a launch. This also defines the start time of each step.

interface ScheduledSplitsLaunchDefinition {
steps?: ScheduledSplit[] | null;
}

§Properties

§
steps?: ScheduledSplit[] | null
[src]

An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.