UNPKG

@dmgt/google-ad-manager-api

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