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

ParticipatingServer

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

Server participating in Job.

interface ParticipatingServer {
launchStatus?: LaunchStatus | null;
sourceServerID?: string | null;
}

§Properties

§
launchStatus?: LaunchStatus | null
[src]

Participating server launch status.

§
sourceServerID?: string | null
[src]

Participating server Source Server ID.