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

SasPortalFrequencyRange

import type { SasPortalFrequencyRange } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

Frequency range from low_frequency to high_frequency.

interface SasPortalFrequencyRange {
highFrequencyMhz?: number;
lowFrequencyMhz?: number;
}

§Properties

§
highFrequencyMhz?: number
[src]

The highest frequency of the frequency range in MHz.

§
lowFrequencyMhz?: number
[src]

The lowest frequency of the frequency range in MHz.