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;
}