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

ResetPersonaResponse

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

Response for the ResetPersona RPC

interface ResetPersonaResponse {
unlinked?: boolean;
}

§Properties

§
unlinked?: boolean
[src]

Required. Whether any tokens were unlinked as a result of this request.