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

IntegerValues

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

List of integer values.

interface IntegerValues {
values?: bigint[];
}

§Properties

§
values?: bigint[]
[src]