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

GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange

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

Identifies a substring within a given text.

interface GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange {
endOffset?: number;
startOffset?: number;
}

§Properties

§
endOffset?: number
[src]

Zero-based offset of the last Unicode character (exclusive).

§
startOffset?: number
[src]

Zero-based offset of the first Unicode character of the string (inclusive).