UNPKG
dfp-lib
Version:
latest (201611.0.0)
201611.0.0
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
dfp-lib
/
build
/
src
/
dfp
/
soap
/
grpAge.d.ts
2 lines
(1 loc)
•
173 B
TypeScript
View Raw
1
2
export
declare
type
GrpAge =
'UNKNOWN'
|
'AGE_UNKNOWN'
|
'AGE_0_TO_17'
|
'AGE_18_TO_24'
|
'AGE_25_TO_34'
|
'AGE_35_TO_44'
|
'AGE_45_TO_54'
|
'AGE_55_TO_64'
|
'AGE_65_PLUS'
;