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

GetPlayerConnectionStatusResult

import type { GetPlayerConnectionStatusResult } from "https://aws-api.deno.dev/v0.4/services/gamesparks.ts?docs=full";
interface GetPlayerConnectionStatusResult {
Connections?: Connection[] | null;
}

§Properties

§
Connections?: Connection[] | null
[src]

The list of connection ids, one for each connection in use by the player.