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

MonthlyTransfer

import type { MonthlyTransfer } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";

Describes the monthly data transfer in and out of your virtual private server (or instance).

interface MonthlyTransfer {
gbPerMonthAllocated?: number | null;
}

§Properties

§
gbPerMonthAllocated?: number | null
[src]

The amount allocated per month (in GB).