UNPKG

@niur/google-admanager-api

Version:
13 lines 523 B
import { GoogleSoapServiceOptions, ImportClass } from '../common/types'; import { SERVICE_MAP } from '../common/constants'; export declare class GoogleSoapService<T extends keyof typeof SERVICE_MAP> { private networkCode; private applicationName; private service; private token; private _client; constructor(service: T, options: GoogleSoapServiceOptions); createClient(): Promise<ImportClass<typeof SERVICE_MAP, T>>; private getSoapHeaders; } //# sourceMappingURL=googleSoap.service.d.ts.map