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

LinkPersonaResponse

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

Outcome of a persona linking attempt.

interface LinkPersonaResponse {
readonly state?: "LINK_CREATED" | "PERSONA_OR_PLAYER_ALREADY_LINKED";
}

§Properties

§
readonly state?: "LINK_CREATED" | "PERSONA_OR_PLAYER_ALREADY_LINKED"
[src]

Output only. State of a persona linking attempt.