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

GetPropertyValueHistoryResponse

import type { GetPropertyValueHistoryResponse } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface GetPropertyValueHistoryResponse {
nextToken?: string | null;
propertyValues: PropertyValueHistory[];
}

§Properties

§
nextToken?: string | null
[src]

The string that specifies the next page of results.

§
propertyValues: PropertyValueHistory[]
[src]

An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.