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

UserData

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

Data that identifies the user. At least one identifier is required.

interface UserData {
userIdentifiers?: UserIdentifier[];
}

§Properties

§
userIdentifiers?: UserIdentifier[]
[src]

Required. The identifiers for the user. It's possible to provide multiple instances of the same type of data (for example, multiple email addresses). To increase the likelihood of a match, provide as many identifiers as possible. At most 10 userIdentifiers can be provided in a single AudienceMember or Event.