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

CategoricalValues

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

Entity that comprises information on categorical values in data.

interface CategoricalValues {
NumberOfCategory?: number | null;
}

§Properties

§
NumberOfCategory?: number | null
[src]

Indicates the number of categories in the data.

§

Indicates whether there is a potential data issue related to categorical values.