UNPKG

google-adwords-node

Version:
12 lines (11 loc) 309 B
import './env'; declare const credentials: { ADWORDS_CLIENT_ID: string; ADWORDS_SECRET: string; ADWORDS_DEVELOPER_TOKEN: string; ADWORDS_CLIENT_CUSTOMER_ID: string; ADWORDS_USER_AGENT: string; ADWORDS_ACCESS_TOKEN: string; ADWORDS_REFRESH_TOKEN: string; }; export { credentials };