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

LoRaWANUpdateGatewayTaskCreate

import type { LoRaWANUpdateGatewayTaskCreate } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iotwireless.ts";
interface LoRaWANUpdateGatewayTaskCreate {
CurrentVersion?: LoRaWANGatewayVersion | null;
SigKeyCrc?: number | null;
UpdateSignature?: string | null;
UpdateVersion?: LoRaWANGatewayVersion | null;
}

§Properties

§
CurrentVersion?: LoRaWANGatewayVersion | null
[src]
§
SigKeyCrc?: number | null
[src]
§
UpdateSignature?: string | null
[src]
§
UpdateVersion?: LoRaWANGatewayVersion | null
[src]