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

BooksAnnotationsRange

import type { BooksAnnotationsRange } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface BooksAnnotationsRange {
endOffset?: string;
endPosition?: string;
startOffset?: string;
startPosition?: string;
}

§Properties

§
endOffset?: string
[src]

The offset from the ending position.

§
endPosition?: string
[src]

The ending position for the range.

§
startOffset?: string
[src]

The offset from the starting position.

§
startPosition?: string
[src]

The starting position for the range.