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

LifeCycleLastTest

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

Lifecycle last Test.

interface LifeCycleLastTest {
finalized?: LifeCycleLastTestFinalized | null;
initiated?: LifeCycleLastTestInitiated | null;
reverted?: LifeCycleLastTestReverted | null;
}

§Properties

§

Lifecycle last Test finalized.

§

Lifecycle last Test initiated.

§

Lifecycle last Test reverted.