UNPKG

gads

Version:

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

10 lines (9 loc) 241 B
import { BaseObject } from './baseObject'; import { LabelType } from './labelType'; export interface Label extends BaseObject { id?: number; name?: string; description?: string; isActive?: boolean; types?: LabelType[]; }