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

UserList

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

Wrapper for UserList Field value.

interface UserList {
values?: SingleUser[];
}

§Properties

§
values?: SingleUser[]
[src]

User values.