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

Integer

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

Wrapper for Integer Field value.

interface Integer {
value?: bigint;
}

§Properties

§
value?: bigint
[src]

Integer value.