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

GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedTextHighlightedTextRange

import type { GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedTextHighlightedTextRange } from "https://googleapis.deno.dev/v1/places:v1.ts";

The range of highlighted text.

interface GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedTextHighlightedTextRange {
endIndex?: number;
startIndex?: number;
}

§Properties

§
endIndex?: number
[src]
§
startIndex?: number
[src]