UNPKG

@dmgt/google-ad-manager-api

Version:
5 lines (4 loc) 191 B
import { CompanyServiceInterfacePort } from '../ports/CompanyServiceInterfacePort'; export interface CompanyService { readonly CompanyServiceInterfacePort: CompanyServiceInterfacePort; }