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

AccountLimit

import type { AccountLimit } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface AccountLimit {
Name?: string | null;
Value?: number | null;
}

§Properties

§
Name?: string | null
[src]
§
Value?: number | null
[src]