UNPKG

@dmgt/google-ad-manager-api

Version:
5 lines (4 loc) 241 B
import { MobileApplicationServiceInterfacePort } from '../ports/MobileApplicationServiceInterfacePort'; export interface MobileApplicationService { readonly MobileApplicationServiceInterfacePort: MobileApplicationServiceInterfacePort; }