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

KnownUser

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

A known user.

interface KnownUser {
isCurrentUser?: boolean;
personName?: string;
}

§Properties

§
isCurrentUser?: boolean
[src]

True if this is the user making the request.

§
personName?: string
[src]

The identifier for this user that can be used with the People API to get more information. The format is people/ACCOUNT_ID. See https://developers.google.com/people/.