UNPKG

gads

Version:

An unofficial JS client library for the SOAP-based DFP Ads API

9 lines (8 loc) 249 B
import { UserRecord } from './userRecord'; export interface User extends UserRecord { isActive?: boolean; isEmailNotificationAllowed?: boolean; externalId?: string; isServiceAccount?: boolean; ordersUiLocalTimeZoneId?: string; }