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

UnlinkPersonaResponse

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

Response for the UnlinkPersona RPC

interface UnlinkPersonaResponse {
unlinked?: boolean;
}

§Properties

§
unlinked?: boolean
[src]

Required. Whether a Recall token specified by the request was deleted. Can be 'false' when there were no Recall tokens satisfied the criteria from the request.