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

TestGridSession

import type { TestGridSession } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devicefarm.ts";
interface TestGridSession {
arn?: string | null;
billingMinutes?: number | null;
created?: Date | number | null;
ended?: Date | number | null;
seleniumProperties?: string | null;
status?: TestGridSessionStatus | null;
}

§Properties

§
arn?: string | null
[src]
§
billingMinutes?: number | null
[src]
§
created?: Date | number | null
[src]
§
ended?: Date | number | null
[src]
§
seleniumProperties?: string | null
[src]