UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

5 lines 282 B
export * from "./googleSoapService.type"; export * from "./statement.type"; export * from "./date.type"; export type ImportClass<T, K extends keyof T> = T extends Record<K, infer S> ? S extends new (...args: any[]) => infer R ? R : never : never; //# sourceMappingURL=index.d.ts.map