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

PcTestingDetails

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

Contains additional information generated for testing responses.

interface PcTestingDetails {
isTestingResponse?: boolean;
}

§Properties

§
isTestingResponse?: boolean
[src]

Indicates that the information contained in this payload is a testing response that is statically overridden for a tester.