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

Distribution

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

Data about the relative number of devices running a given configuration of the Android platform.

interface Distribution {
marketShare?: number;
measurementTime?: Date;
}

§Properties

§
marketShare?: number
[src]

Output only. The estimated fraction (0-1) of the total market with this configuration.

§
measurementTime?: Date
[src]

Output only. The time this distribution was measured.