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

ApplicationPlayerId

import type { ApplicationPlayerId } from "https://googleapis.deno.dev/v1/games:v1.ts";

Primary scoped player identifier for an application.

interface ApplicationPlayerId {
applicationId?: string;
playerId?: string;
}

§Properties

§
applicationId?: string
[src]

The application that this player identifier is for.

§
playerId?: string
[src]

The player identifier for the application.