UNPKG

@dmgt/google-ad-manager-api

Version:
5 lines (4 loc) 196 B
import { CreativeServiceInterfacePort } from '../ports/CreativeServiceInterfacePort'; export interface CreativeService { readonly CreativeServiceInterfacePort: CreativeServiceInterfacePort; }