UNPKG

@dmgt/google-ad-manager-api

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