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

LifeCycleLastLaunch

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

An object containing information regarding the last launch of a Source Server.

interface LifeCycleLastLaunch {
initiated?: LifeCycleLastLaunchInitiated | null;
}

§Properties

§

An object containing information regarding the initiation of the last launch of a Source Server.