UNPKG

@dmgt/google-ad-manager-api

Version:
5 lines (4 loc) 176 B
import { UserServiceInterfacePort } from '../ports/UserServiceInterfacePort'; export interface UserService { readonly UserServiceInterfacePort: UserServiceInterfacePort; }