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

SelectionList

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

Wrapper for SelectionList Field value.

interface SelectionList {
values?: Selection[];
}

§Properties

§
values?: Selection[]
[src]

Selection values.