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

IcmpTypeCode

import type { IcmpTypeCode } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

An Internet Control Message Protocol (ICMP) type and code.

interface IcmpTypeCode {
Code?: number | null;
Type?: number | null;
}

§Properties

§
Code?: number | null
[src]

The ICMP code for which to deny or allow access. To deny or allow all codes, use the value -1.

§
Type?: number | null
[src]

The ICMP type for which to deny or allow access. To deny or allow all types, use the value -1.