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

SasPortalChannelWithScore

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

The channel with score.

interface SasPortalChannelWithScore {
frequencyRange?: SasPortalFrequencyRange;
score?: number;
}

§Properties

§

The frequency range of the channel.

§
score?: number
[src]

The channel score, normalized to be in the range [0,100].