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

GooglePrivacyDlpV2Range

import type { GooglePrivacyDlpV2Range } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Generic half-open interval [start, end)

interface GooglePrivacyDlpV2Range {
end?: bigint;
start?: bigint;
}

§Properties

§
end?: bigint
[src]

Index of the last character of the range (exclusive).

§
start?: bigint
[src]

Index of the first character of the range (inclusive).