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

ClientData

import type { ClientData } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ClientData {
Comment?: string | null;
UploadEnd?: Date | number | null;
UploadSize?: number | null;
UploadStart?: Date | number | null;
}

§Properties

§
Comment?: string | null
[src]
§
UploadEnd?: Date | number | null
[src]
§
UploadSize?: number | null
[src]
§
UploadStart?: Date | number | null
[src]