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

AttackProperty

import type { AttackProperty } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/shield.ts";
interface AttackProperty {
AttackLayer?: AttackLayer | null;
AttackPropertyIdentifier?: AttackPropertyIdentifier | null;
TopContributors?: Contributor[] | null;
Total?: number | null;
Unit?: Unit | null;
}

§Properties

§
AttackLayer?: AttackLayer | null
[src]
§
AttackPropertyIdentifier?: AttackPropertyIdentifier | null
[src]
§
TopContributors?: Contributor[] | null
[src]
§
Total?: number | null
[src]
§
Unit?: Unit | null
[src]