UNPKG

@htdangkhoa/google-ads

Version:
8 lines (7 loc) 366 B
import { Metadata } from '@grpc/grpc-js'; import { ListAccessibleCustomersResponse } from './generated/google/ads/googleads/v24/services/customer_service.js'; import { Service } from './Service.js'; export declare class Customer extends Service { protected get callMetadata(): Metadata; listAccessibleCustomers(): Promise<ListAccessibleCustomersResponse>; }