UNPKG

@dmgt/google-ad-manager-api

Version:
5 lines (4 loc) 181 B
import { OrderServiceInterfacePort } from '../ports/OrderServiceInterfacePort'; export interface OrderService { readonly OrderServiceInterfacePort: OrderServiceInterfacePort; }