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

TrialMinutes

import type { TrialMinutes } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";

Represents information about free trial device minutes for an AWS account.

interface TrialMinutes {
remaining?: number | null;
total?: number | null;
}

§Properties

§
remaining?: number | null
[src]

The number of free trial minutes remaining in the account.

§
total?: number | null
[src]

The total number of free trial minutes that the account started with.