UNPKG

@dmgt/google-ad-manager-api

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