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;
}