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

InAppPurchasesFound

import type { InAppPurchasesFound } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Additional details of in-app purchases encountered during the crawl.

interface InAppPurchasesFound {
inAppPurchasesFlowsExplored?: number;
inAppPurchasesFlowsStarted?: number;
}

§Properties

§
inAppPurchasesFlowsExplored?: number
[src]

The total number of in-app purchases flows explored: how many times the robo tries to buy a SKU.

§
inAppPurchasesFlowsStarted?: number
[src]

The total number of in-app purchases flows started.