UNPKG

@dmgt/google-ad-manager-api

Version:
5 lines (4 loc) 201 B
import { InventoryServiceInterfacePort } from '../ports/InventoryServiceInterfacePort'; export interface InventoryService { readonly InventoryServiceInterfacePort: InventoryServiceInterfacePort; }